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, 3 insertions, 0 deletions
diff --git a/askbot/templates/meta/bottom_scripts.html b/askbot/templates/meta/bottom_scripts.html
index 805974cc..86a2490b 100644
--- a/askbot/templates/meta/bottom_scripts.html
+++ b/askbot/templates/meta/bottom_scripts.html
@@ -84,6 +84,9 @@
search.setAskButtonEnabled(false);
}
search.decorate(searchInput);
+ } else if (activeTab === 'tags') {
+ var search = new TagSearch();
+ search.decorate(searchInput);
}
if (askbot['data']['userIsAdminOrMod']) {