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/util.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/util.php')
-rw-r--r-- | lib/util.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index c7a5a9cfd68..95b5f8df3db 100644 --- a/lib/util.php +++ b/lib/util.php @@ -11,6 +11,7 @@ class OC_Util { private static $rootMounted=false; private static $fsSetup=false; public static $core_styles=array(); + public static $core_scripts=array(); // Can be set up public static function setupFS( $user = "", $root = "files" ){// configure the initial filesystem based on the configuration |