summaryrefslogtreecommitdiffstats
path: root/js/public/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/public/app.js')
-rw-r--r--js/public/app.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/js/public/app.js b/js/public/app.js
index 789ab42e8..d77220b72 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -877,16 +877,6 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
this._$scope.isCompactView = function() {
return _this._compact.isCompact();
};
- this._$scope.is = {
- active: 0
- };
- this._$scope.toggleOpen = function(id) {
- if (id === _this._$scope.is.active) {
- return _this._$scope.is.active = 0;
- } else {
- return _this._$scope.is.active = id;
- }
- };
}
return ItemController;