summaryrefslogtreecommitdiff
path: root/www/js/rivendell.js
diff options
context:
space:
mode:
authorPeterTheOne <petertheone@gmail.com>2016-01-29 13:34:18 (GMT)
committerPeterTheOne <petertheone@gmail.com>2016-01-29 13:34:18 (GMT)
commitc09725d1a62830d69daf8d286638e0d334394f78 (patch)
treec4ca5a3c66fa3c71a2398977225f167da96e78f5 /www/js/rivendell.js
parentdb074d0f87558ad22d8b50e5eea6f87df9f3559e (diff)
fix login and logout
Diffstat (limited to 'www/js/rivendell.js')
-rw-r--r--www/js/rivendell.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/www/js/rivendell.js b/www/js/rivendell.js
index 4a40ce0..6e5d099 100644
--- a/www/js/rivendell.js
+++ b/www/js/rivendell.js
@@ -357,12 +357,6 @@ Rivendell.GroupList = function(rivendell) {
this.groups = [];
};
-Rivendell.GroupList.prototype.destroy = function() {
- $(this.groups).each(function(index, group) {
- group.destroy();
- });
-};
-
Rivendell.Group = function(groupName, description, lowcart, highcart, normlevel, trimlevel) {
this.xml = null;