Skip to content

Commit

Permalink
fixes #554
Browse files Browse the repository at this point in the history
  • Loading branch information
tablatronix committed Apr 24, 2013
1 parent 46bc50d commit 8f0a6bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/theme-edit.php
Expand Up @@ -109,10 +109,10 @@
$theme_templates .= "</select></span>";

if (!defined('GSNOHIGHLIGHT') || GSNOHIGHLIGHT!=true){
register_script('codemirror', $SITEURL.'admin/template/js/codemirror/lib/codemirror-compressed.js', '0.2.0', FALSE);
register_script('codemirror', $SITEURL.$GSADMIN.'/template/js/codemirror/lib/codemirror-compressed.js', '0.2.0', FALSE);

register_style('codemirror-css',$SITEURL.'admin/template/js/codemirror/lib/codemirror.css','screen',FALSE);
register_style('codemirror-theme',$SITEURL.'admin/template/js/codemirror/theme/default.css','screen',FALSE);
register_style('codemirror-css',$SITEURL.$GSADMIN.'/template/js/codemirror/lib/codemirror.css','screen',FALSE);
register_style('codemirror-theme',$SITEURL.$GSADMIN.'/template/js/codemirror/theme/default.css','screen',FALSE);

queue_script('codemirror', GSBACK);

Expand Down

0 comments on commit 8f0a6bc

Please sign in to comment.