Make WordPress Core

Changeset 20813


Ignore:
Timestamp:
05/16/2012 11:41:33 PM (13 years ago)
Author:
koopersmith
Message:

Theme Installer: IE7 compatibility. props ocean90, fixes #20696.

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin.dev.css

    r20791 r20813  
    52835283    left: 0;
    52845284    right: 0;
     5285    height: 100%;
    52855286}
    52865287
     
    53245325    top: 0;
    53255326    bottom: 0;
     5327    height: 100%;
    53265328}
    53275329
  • trunk/wp-admin/js/theme.dev.js

    r20802 r20813  
    5454 */
    5555jQuery( function($) {
     56    if( ! window.postMessage )
     57        return;
     58
    5659    var preview = $('#theme-installer'),
    5760        info    = preview.find('.install-theme-info'),
Note: See TracChangeset for help on using the changeset viewer.