Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:/diversen/coscms
Browse files Browse the repository at this point in the history
  • Loading branch information
diversen committed Mar 19, 2015
2 parents 4976eea + 2616449 commit 5b39e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coslib/js/toc.php
Expand Up @@ -18,7 +18,7 @@ class js_toc {
public static function set ($options = array ()) {
template::setJs('/js/js-toc/jquery.toc-1.1.4.js');
if (!isset($options['exclude'])) {
$options['exclude'] = '';
$options['exclude'] = 'h4,h5,h6';
}
if (!isset($options['context'])) {
$options['context'] = '#content';
Expand Down

0 comments on commit 5b39e70

Please sign in to comment.