mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Update jquery to 1.10.0 & add jquery-migrate 1.2.1
This commit is contained in:
parent
4c05259ccf
commit
3001db6b50
4 changed files with 10 additions and 5 deletions
6
core/js/jquery-1.10.0.min.js
vendored
Normal file
6
core/js/jquery-1.10.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
4
core/js/jquery-1.7.2.min.js
vendored
4
core/js/jquery-1.7.2.min.js
vendored
File diff suppressed because one or more lines are too long
2
core/js/jquery-migrate-1.2.1.min.js
vendored
Normal file
2
core/js/jquery-migrate-1.2.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -253,7 +253,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 a new issue