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:
Andrew Ozz
2019-12-10 01:01:35 +00:00
parent ada69f53ed
commit 2133f8392e
5 changed files with 382 additions and 515 deletions
+2 -1
View File
@@ -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",