File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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="http://github.com/%3Cspan%20class="x x-first x-last">syntaxhighlighter /syntaxhighlighter.js"></script>'; 
54+ 	codeHtml  =  codeHtml  +  BodyCodeOfFunction ( func )  +  '</pre><script type="text/javascript" src="http://github.com/%3Cspan%20class="x x-first x-last">syntaxHighlighter /syntaxhighlighter.js"></script>'; 
5555	$ ( "#highlighter" ) . html ( codeHtml ) ; 
5656
5757    var  runFunc  =  mapFunc ( func ) ; 
@@ -79,4 +79,4 @@ function CopyTextArea(textAreaSelector, buttonSelector) {
7979
8080function  ClearTextArea ( textAreaSelector )  { 
8181    $ ( textAreaSelector ) . val ( "" ) ; 
82- } 
82+ } 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments