Make WordPress Core


Ignore:
Timestamp:
12/10/2019 01:06:27 AM (5 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.
Merges [46872] to the 5.3 branch.
Fixes #47069.

Location:
branches/5.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.3

  • branches/5.3/package-lock.json

    r46871 r46873  
    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.