mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Fix the admin toolbar js when jQuery is not present and replace the jQuery based hoverIntent.js with a native implementation. Introduces the "hoverintent" (no dependencies) package.
Props dinhtungdu, audrasjb, azaozz. Fixes #47069. git-svn-id: https://develop.svn.wordpress.org/trunk@46872 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+2
-1
@@ -120,8 +120,9 @@
|
||||
"imagesloaded": "3.2.0",
|
||||
"jquery-color": "https://github.com/jquery/jquery-color/archive/2.1.2.tar.gz",
|
||||
"jquery-form": "4.2.1",
|
||||
"jquery-hoverintent": "1.8.3",
|
||||
"jquery-ui": "https://github.com/jquery/jquery-ui/archive/1.11.4.tar.gz",
|
||||
"jquery-hoverintent": "1.8.3",
|
||||
"hoverintent": "2.2.1",
|
||||
"lodash": "4.17.15",
|
||||
"masonry-layout": "3.3.2",
|
||||
"moment": "2.22.2",
|
||||
|
||||
Reference in New Issue
Block a user