summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/base.php b/lib/base.php
index 11c5167786d..2b4ba7bcb4a 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -327,8 +327,8 @@ 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::addVendorScript('jquery/jquery.min');
+ OC_Util::addVendorScript('jquery/jquery-migrate.min');
OC_Util::addScript("jquery-ui-1.10.0.custom");
OC_Util::addScript("jquery-showpassword");
OC_Util::addScript("placeholders");