mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
DEV: Remove jquery.cookie
A follow up to c172f2068dbc4800a5ad02005c30d27f837765a4 cc: @eviltrout
This commit is contained in:
parent
20bd6d9797
commit
7290ca1f4a
@ -101,8 +101,6 @@ task 'javascript:update' do
|
|||||||
destination: 'jquery.autoellipsis-1.0.10.js'
|
destination: 'jquery.autoellipsis-1.0.10.js'
|
||||||
}, {
|
}, {
|
||||||
source: 'jquery-color/dist/jquery.color.js'
|
source: 'jquery-color/dist/jquery.color.js'
|
||||||
}, {
|
|
||||||
source: 'jquery.cookie/jquery.cookie.js'
|
|
||||||
}, {
|
}, {
|
||||||
source: 'blueimp-file-upload/js/jquery.fileupload.js',
|
source: 'blueimp-file-upload/js/jquery.fileupload.js',
|
||||||
}, {
|
}, {
|
||||||
|
@ -24,7 +24,6 @@
|
|||||||
"jquery-resize": "https://github.com/cowboy/jquery-resize/",
|
"jquery-resize": "https://github.com/cowboy/jquery-resize/",
|
||||||
"jquery-tags-input": "1.3.5",
|
"jquery-tags-input": "1.3.5",
|
||||||
"jquery.autoellipsis": "https://github.com/pvdspek/jquery.autoellipsis",
|
"jquery.autoellipsis": "https://github.com/pvdspek/jquery.autoellipsis",
|
||||||
"jquery.cookie": "1.4.1",
|
|
||||||
"magnific-popup": "1.1.0",
|
"magnific-popup": "1.1.0",
|
||||||
"markdown-it": "10.0.0",
|
"markdown-it": "10.0.0",
|
||||||
"moment": "2.24.0",
|
"moment": "2.24.0",
|
||||||
|
@ -1854,11 +1854,6 @@ jquery-tags-input@1.3.5:
|
|||||||
version "0.0.0"
|
version "0.0.0"
|
||||||
resolved "https://github.com/pvdspek/jquery.autoellipsis#756391145c09ec11ae2b88a0ca0c3b5fdf8d21a1"
|
resolved "https://github.com/pvdspek/jquery.autoellipsis#756391145c09ec11ae2b88a0ca0c3b5fdf8d21a1"
|
||||||
|
|
||||||
jquery.cookie@1.4.1:
|
|
||||||
version "1.4.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/jquery.cookie/-/jquery.cookie-1.4.1.tgz#d63dce209eab691fe63316db08ca9e47e0f9385b"
|
|
||||||
integrity sha1-1j3OIJ6raR/mMxbbCMqeR+D5OFs=
|
|
||||||
|
|
||||||
jquery@3.5.0:
|
jquery@3.5.0:
|
||||||
version "3.5.0"
|
version "3.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9"
|
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user