diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-06 20:37:51 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-06 20:37:51 +0200 |
commit | 4632cd7ff2783dcab33f3d88a1a5d8bb48d04fb4 (patch) | |
tree | 990d61d7fc83733024b83b25b68c91fbe547ee62 /module/web/static/js/app.build.js | |
parent | added little pie chart (diff) | |
download | pyload-4632cd7ff2783dcab33f3d88a1a5d8bb48d04fb4.tar.xz |
task to optimize js code
Diffstat (limited to 'module/web/static/js/app.build.js')
-rw-r--r-- | module/web/static/js/app.build.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/module/web/static/js/app.build.js b/module/web/static/js/app.build.js index 88b96cb89..ad40b02b6 100644 --- a/module/web/static/js/app.build.js +++ b/module/web/static/js/app.build.js @@ -10,13 +10,13 @@ // Modules to be optimized: modules: [ - { - name: "mobile" - }, +// { +// name: "mobile" +// }, { name: "default" } ] -})
\ No newline at end of file +}) |