Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Feb 3, 2017
1 parent 427bf9a commit 56bf57c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/exe/js.php
Expand Up @@ -40,9 +40,6 @@ function js_out(){
$cache = new cache('scripts'.$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'].DOKU_BASE.$tpl,'.js');
$cache->_event = 'JS_CACHE_USE';

// load minified version for some files
$min = $conf['compress'] ? '.min' : '';

// array of core files
$files = array(
DOKU_INC.'lib/scripts/jquery/jquery.cookie.js',
Expand Down

0 comments on commit 56bf57c

Please sign in to comment.