mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
279dfbc947
commit
f3007c2da1
1 changed files with 1 additions and 3 deletions
|
|
@ -85,11 +85,9 @@
|
|||
lFONT_LOCAL = './font/DroidSansMono.woff',
|
||||
lJQUERY_REMOTE = '//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js',
|
||||
lJQUERY_LOCAL = './lib/client/jquery.js',
|
||||
lFiles = [];
|
||||
lFiles = [{}, {}];
|
||||
|
||||
lFiles[0] = {};
|
||||
lFiles[0][lFONT_REMOTE] = lFONT_LOCAL;
|
||||
lFiles[1] = {};
|
||||
lFiles[1][lJQUERY_REMOTE] = lJQUERY_LOCAL;
|
||||
|
||||
if(Config.minification.css)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue