mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-13 22:33:05 +00:00
jQuery updated to version 3.
This commit is contained in:
parent
af6cf59fdd
commit
552e65520d
|
@ -1,5 +1,5 @@
|
|||
var vendorCopy = [
|
||||
'jquery/jquery.min.js',
|
||||
'jquery/dist/jquery.min.js',
|
||||
|
||||
'fancybox/source/jquery.fancybox.pack.js',
|
||||
'fancybox/source/helpers/jquery.fancybox-media.js',
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"chrome_point_plus/vendors/**"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": "~1.10.1",
|
||||
"jquery": "~3",
|
||||
"fancybox": "~2.1.5",
|
||||
"markitup": "~1.1.14",
|
||||
"soundcloud": "git@github.com:soundcloud/Widget-JS-API.git"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
{
|
||||
"matches": ["http://*.point.im/*", "https://*.point.im/*"],
|
||||
"js": [
|
||||
"vendor/jquery/jquery.min.js",
|
||||
"vendor/jquery/dist/jquery.min.js",
|
||||
|
||||
"js/options-manager.js",
|
||||
"js/message-sender.js",
|
||||
|
|
Loading…
Reference in a new issue