File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
7
8
8
< 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 ">
10
10
< link rel ="stylesheet " type ="text/css " href ="style/style.css ">
11
11
< link rel ="stylesheet " type ="text/css " href ="style/layout.css ">
12
12
< 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) {
51
51
52
52
function SetCode ( func ) {
53
53
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>' ;
55
55
$ ( "#highlighter" ) . html ( codeHtml ) ;
56
56
57
57
var runFunc = mapFunc ( func ) ;
@@ -79,4 +79,4 @@ function CopyTextArea(textAreaSelector, buttonSelector) {
79
79
80
80
function ClearTextArea ( textAreaSelector ) {
81
81
$ ( textAreaSelector ) . val ( "" ) ;
82
- }
82
+ }
You can’t perform that action at this time.
0 commit comments