Skip to content

Commit

Permalink
Additional fix for #724 for older themes
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Dec 31, 2016
1 parent be0af1e commit 57b2b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/javascript/ver.1.8/admin.configuration.js
Expand Up @@ -488,7 +488,7 @@ $(function() {
}
}

if ( $('a[href=#tab-dropdown]', tabs).length ) {
if ( $('a[href="#tab-dropdown"]', tabs).length ) {
geeklog.admin.configuration.removeTab(tabs, geeklog.admin.configuration.getTabLength(tabs) - 1);
}

Expand Down

0 comments on commit 57b2b68

Please sign in to comment.