summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-01-23 12:43:05 -0800
committerThomas Müller <thomas.mueller@tmit.eu>2014-01-23 12:43:05 -0800
commit9fa788c452403646cc5c2a7c0fe875879e7082fa (patch)
tree1288c4e16305f9132c5acfc3049650a65dc9fa9f /lib
parent5956277ed4db26f46f14eed4a6805038001dde30 (diff)
parentf29bd1cb0b839f81bed0b87ae7900da2b1d0e474 (diff)
downloadnextcloud-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.php1
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");