Make WordPress Core

Changeset 46872 for trunk/package.json


Ignore:
Timestamp:
12/10/2019 01:01:35 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.
Fixes #47069.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r46860 r46872  
    121121        "jquery-color": "https://github.com/jquery/jquery-color/archive/2.1.2.tar.gz",
    122122        "jquery-form": "4.2.1",
     123        "jquery-ui": "https://github.com/jquery/jquery-ui/archive/1.11.4.tar.gz",
    123124        "jquery-hoverintent": "1.8.3",
    124         "jquery-ui": "https://github.com/jquery/jquery-ui/archive/1.11.4.tar.gz",
     125        "hoverintent": "2.2.1",
    125126        "lodash": "4.17.15",
    126127        "masonry-layout": "3.3.2",
Note: See TracChangeset for help on using the changeset viewer.