File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
77
88 < link rel ="stylesheet " href ="../node_modules/bootstrap/dist/css/bootstrap.css " />
9- < link type ="text/css " rel ="stylesheet " href ="syntaxhighlighter /theme.css ">
9+ < link type ="text/css " rel ="stylesheet " href ="syntaxHighlighter /theme.css ">
1010 < link rel ="stylesheet " type ="text/css " href ="style/style.css ">
1111 < link rel ="stylesheet " type ="text/css " href ="style/layout.css ">
1212 < link rel ="stylesheet " type ="text/css " href ="style/syntaxHighlighterOverride.css ">
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ function LoadLogWindow(divSelector) {
5151
5252function SetCode ( func ) {
5353 var codeHtml = '<pre id="txtCode" class="brush: js; gutter: false;">' ;
54- codeHtml = codeHtml + BodyCodeOfFunction ( func ) + '</pre><script type="text/javascript" src="syntaxhighlighter /syntaxhighlighter.js"></script>' ;
54+ codeHtml = codeHtml + BodyCodeOfFunction ( func ) + '</pre><script type="text/javascript" src="syntaxHighlighter /syntaxhighlighter.js"></script>' ;
5555 $ ( "#highlighter" ) . html ( codeHtml ) ;
5656
5757 var runFunc = mapFunc ( func ) ;
You can’t perform that action at this time.
0 commit comments