diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-05-13 10:48:36 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-05-14 11:53:32 +0200 |
commit | 4ed6284cdcd420f01e51898f6ef655642e17ee40 (patch) | |
tree | 0f3fe1599f0f621c88250e643161d2017feaa2ff /core/src | |
parent | b8e4992ef16623c99811f12a70f3808f3951dd8a (diff) | |
download | nextcloud-server-4ed6284cdcd420f01e51898f6ef655642e17ee40.tar.gz nextcloud-server-4ed6284cdcd420f01e51898f6ef655642e17ee40.zip |
Bump jQuery to v2.2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/globals.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/globals.js b/core/src/globals.js index e7f2b075374..b10068ba33f 100644 --- a/core/src/globals.js +++ b/core/src/globals.js @@ -101,7 +101,7 @@ const setDeprecatedProp = (global, cb, msg) => { } window['_'] = _ -setDeprecatedProp(['$', 'jQuery'], () => $, 'The global jQuery is deprecated. It will be updated to v2.4 in Nextcloud 20 and v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.') +setDeprecatedProp(['$', 'jQuery'], () => $, 'The global jQuery is deprecated. It will be updated to v3.x in Nextcloud 21. In later versions of Nextcloud it might be removed completely. Please ship your own.') setDeprecatedProp('autosize', () => autosize, 'please ship your own, this will be removed in Nextcloud 20') setDeprecatedProp('Backbone', () => Backbone, 'please ship your own, this will be removed in Nextcloud 20') setDeprecatedProp(['Clipboard', 'ClipboardJS'], () => ClipboardJS, 'please ship your own, this will be removed in Nextcloud 20') |