diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-01-23 12:43:05 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-01-23 12:43:05 -0800 |
commit | 9fa788c452403646cc5c2a7c0fe875879e7082fa (patch) | |
tree | 1288c4e16305f9132c5acfc3049650a65dc9fa9f /lib | |
parent | 5956277ed4db26f46f14eed4a6805038001dde30 (diff) | |
parent | f29bd1cb0b839f81bed0b87ae7900da2b1d0e474 (diff) | |
download | nextcloud-server-9fa788c452403646cc5c2a7c0fe875879e7082fa.tar.gz nextcloud-server-9fa788c452403646cc5c2a7c0fe875879e7082fa.zip |
Merge pull request #6736 from owncloud/tests-jsunittests
Added Javascript unit tests
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 0597183adcf..379c63d1db6 100644 --- a/lib/base.php +++ b/lib/base.php @@ -303,6 +303,7 @@ class OC { public static function initTemplateEngine() { // Add the stuff we need always + // TODO: read from core/js/core.json OC_Util::addScript("jquery-1.10.0.min"); OC_Util::addScript("jquery-migrate-1.2.1.min"); OC_Util::addScript("jquery-ui-1.10.0.custom"); |