Make WordPress Core


Ignore:
Timestamp:
12/10/2019 01:01:35 AM (7 years ago)
Author:
azaozz
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r46870 r46872  
    1321813218                        }
    1321913219                },
     13220                "hoverintent": {
     13221                        "version": "2.2.1",
     13222                        "resolved": "https://registry.npmjs.org/hoverintent/-/hoverintent-2.2.1.tgz",
     13223                        "integrity": "sha512-VyU54L1xW5rSqpsv/LJ6ecymGXsXXeGs9iVEKot4kKBCq5UodSAuy3DqX686LZxEpaMEfeCHPu4LndsMX5Q9eQ=="
     13224                },
    1322013225                "jquery-hoverintent": {
    1322113226                        "version": "1.8.3",
Note: See TracChangeset for help on using the changeset viewer.