Skip to content

Commit

Permalink
added alt bg_color to tocs
Browse files Browse the repository at this point in the history
  • Loading branch information
turnermm committed Aug 24, 2017
1 parent e2fe2cb commit 5fce23d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script.js
Expand Up @@ -18,6 +18,7 @@ if(isNaN(JSINFO['tmplftacl'])) {
if(JSINFO['tmplft_bgcolor']) {
jQuery("html").css('background-color',JSINFO['tmplft_bgcolor'] );
jQuery("body").css('background-color',JSINFO['tmplft_bgcolor'] );
jQuery("div#dw__toc").css('background-color',JSINFO['tmplft_bgcolor'] );
}

var acl = ((JSINFO['tmplftacl'] >= 0) && JSINFO['tmplftacl'] <= JSINFO['tmplft_aclgen']) ? true: false;
Expand Down

0 comments on commit 5fce23d

Please sign in to comment.