includes/clientside/jsres.php
changeset 1295 3c9c1b18567b
parent 1290 27ab1b13a783
equal deleted inserted replaced
1294:f61a263564b2 1295:3c9c1b18567b
    93 	'flyin.js',
    93 	'flyin.js',
    94 	'rank-manager.js',
    94 	'rank-manager.js',
    95 	'userpage.js',
    95 	'userpage.js',
    96 	'template-compiler.js',
    96 	'template-compiler.js',
    97 	'toolbar.js',
    97 	'toolbar.js',
       
    98 	'upload.js'
    98 );
    99 );
    99 
   100 
   100 // Files that should NOT be compressed due to already being compressed, licensing, or invalid produced code
   101 // Files that should NOT be compressed due to already being compressed, licensing, or invalid produced code
   101 $compress_unsafe = array('json.js', 'fat.js', 'admin-menu.js', 'autofill.js', 'jquery.js', 'jquery-ui.js');
   102 $compress_unsafe = array('json.js', 'fat.js', 'admin-menu.js', 'autofill.js', 'jquery.js', 'jquery-ui.js');
   102 
   103