summaryrefslogtreecommitdiffstats
path: root/js/controller/ShareController.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/controller/ShareController.js')
-rw-r--r--js/controller/ShareController.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/js/controller/ShareController.js b/js/controller/ShareController.js
index 8d7235d89..eb056ce19 100644
--- a/js/controller/ShareController.js
+++ b/js/controller/ShareController.js
@@ -12,12 +12,6 @@
app.controller('ShareController', function (ShareResource, Loading) {
'use strict';
- this.showDropDown = false;
-
- this.toggleDropdown = function() {
- this.showDropDown = !this.showDropDown;
- };
-
/** Array containing users to share an item with */
this.userList = [];