diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-05-14 23:15:53 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-05-16 18:53:46 +0200 |
commit | ce1e4425c2fc96f581428207edab040e42387bbc (patch) | |
tree | f47242e46ef11b20867f283fa1906c87893c4a55 /lib/base.php | |
parent | f71fec8cdcb5d7d24b7dfa30dfaf24c5115e51c1 (diff) | |
download | nextcloud-server-ce1e4425c2fc96f581428207edab040e42387bbc.tar.gz nextcloud-server-ce1e4425c2fc96f581428207edab040e42387bbc.zip |
Combine and minimize core and default app js files
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php index 673a47ba450..1b3554a42a9 100644 --- a/lib/base.php +++ b/lib/base.php @@ -231,6 +231,7 @@ class OC{ } OC_AppConfig::setValue('core', 'remote_core.css', '/core/minimizer.php'); + OC_AppConfig::setValue('core', 'remote_core.js', '/core/minimizer.php'); OC_App::updateApps(); } |