Merge pull request #3509 from owncloud/update_jquery_to_1_10
Update jquery to 1.10.0 and add jquery-migrate 1.2.1
This commit is contained in:
commit
476747ee89
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -258,7 +258,8 @@ class OC {
|
|||
|
||||
public static function initTemplateEngine() {
|
||||
// Add the stuff we need always
|
||||
OC_Util::addScript("jquery-1.7.2.min");
|
||||
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");
|
||||
OC_Util::addScript("jquery-showpassword");
|
||||
OC_Util::addScript("jquery.infieldlabel");
|
||||
|
|
Loading…
Reference in New Issue