Make WordPress Core

Ticket #27620: 27620.3.patch

File 27620.3.patch, 437 bytes (added by ocean90, 11 years ago)
  • src/wp-includes/js/plupload/wp-plupload.js

     
    272272                        up.refresh();
    273273                });
    274274
    275                 this.init();
     275                this.uploader.bind( 'PostInit', function() {
     276                        self.init();
     277                });
    276278        };
    277279
    278280        // Adds the 'defaults' and 'browser' properties.