Skip to content

Commit

Permalink
Fixed a bug where some of Admin Configuration tabs were missing (bug #…
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Dec 31, 2016
1 parent b12d6bc commit d63c0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/javascript/admin.configuration.js
Expand Up @@ -497,7 +497,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 d63c0ef

Please sign in to comment.