summaryrefslogtreecommitdiffstats
path: root/askbot/templates/meta/bottom_scripts.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/meta/bottom_scripts.html')
-rw-r--r--askbot/templates/meta/bottom_scripts.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/askbot/templates/meta/bottom_scripts.html b/askbot/templates/meta/bottom_scripts.html
index eec4256d..e707b29f 100644
--- a/askbot/templates/meta/bottom_scripts.html
+++ b/askbot/templates/meta/bottom_scripts.html
@@ -97,9 +97,6 @@
askbot['urls']['add_group'] = "{% url add_group %}";
var group_dropdown = new GroupDropdown({{ group_list }});
$('.dropdown').append(group_dropdown.getElement());
- if (askbot['data']['userIsAdmin']) {
- group_dropdown.enableAddGroups();
- }
}
});
if (askbot['data']['haveFlashNotifications']) {