Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Fix active tab
Browse files Browse the repository at this point in the history
  • Loading branch information
MWDelaney committed Jun 30, 2014
1 parent dcab9cc commit 67a307a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/bootstrap-shortcodes-help.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function retitle($match) {
var id = jQuery(this).attr("id");
jQuery(this).removeAttr("id").nextUntil("h2").andSelf().wrapAll('<div class="tab-pane" id="bs-' + id + '" />');
});
jQuery('#supported-shortcodes').addClass('active');
jQuery('#bs-supported-shortcodes').addClass('active');

});
</script>
Expand Down

0 comments on commit 67a307a

Please sign in to comment.