Making WordPress.org

Changeset 1444


Ignore:
Timestamp:
03/20/2015 08:34:17 PM (11 years ago)
Author:
Otto42
Message:

Use jQuery to create Event objects since IE doesn't support the Event constructor. Fixes #967.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/js/theme.js

    r1436 r1444  
    13331333                        var request = {};
    13341334
    1335                         themes.view.Installer.prototype.clearFilters( new Event( 'click' ) );
     1335                        themes.view.Installer.prototype.clearFilters( jQuery.Event( 'click' ) );
    13361336
    13371337                        request.search = value;
Note: See TracChangeset for help on using the changeset viewer.