diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-02-22 22:16:33 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-02-25 16:35:40 +0100 |
commit | 8b93a9a237603185501d0e24e9c08705168fc553 (patch) | |
tree | 6740ffd05a15d2a808103ea74913586c79c050ee /lib | |
parent | 862f824d6475606f2d6e1d332680bd5141d74934 (diff) | |
download | nextcloud-server-8b93a9a237603185501d0e24e9c08705168fc553.tar.gz nextcloud-server-8b93a9a237603185501d0e24e9c08705168fc553.zip |
add javascript bindings for OC_AppConfig
Diffstat (limited to 'lib')
-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 a95c9d2b21a..342bdc6768e 100644 --- a/lib/base.php +++ b/lib/base.php @@ -236,6 +236,7 @@ class OC{ OC_Util::addScript( "jquery-tipsy" ); OC_Util::addScript( "js" ); OC_Util::addScript( "eventsource" ); + OC_Util::addScript( "config" ); //OC_Util::addScript( "multiselect" ); OC_Util::addScript('search','result'); OC_Util::addStyle( "styles" ); |