Conflict with MetaSlider
-
Hi @dfactory,
There’s a script that runs when a media object is loaded that needs an extra check. It’s in the file admin-folder.js and the line that breaks looks like this.
var selects = view.toolbar.secondary.$el.find( 'select.attachment-filters' );
A quick fix would be to move up a couple of lines and update it to this:
if ( view !== null && view.toolbar ) {
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Conflict with MetaSlider’ is closed to new replies.