summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/javascripts/application.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/javascripts/application.js b/public/javascripts/application.js
index 5ff306e6d..32261e07c 100644
--- a/public/javascripts/application.js
+++ b/public/javascripts/application.js
@@ -315,8 +315,8 @@ function toggleMultiSelect(el) {
}
function showTab(name, url) {
- $('div#content .tab-content').hide();
- $('div.tabs a').removeClass('selected');
+ $('#tab-content-' + name).parent().find('.tab-content').hide();
+ $('#tab-content-' + name).parent().find('div.tabs a').removeClass('selected');
$('#tab-content-' + name).show();
$('#tab-' + name).addClass('selected');
//replaces current URL with the "href" attribute of the current link