Cannot read property ‘on’ of undefined
-
When I try to add a gallery through media editor, I see this error and I can’t add images…
For me this function is important…Uncaught TypeError: Cannot read property ‘on’ of undefined
<script type=”text/javascript”>
jQuery(function($) {
// reset the media library modal tab
var mlmodal = top.wp.media.editor.get();
mlmodal.on(‘close’, function() {
mlmodal.setState(‘insert’);
});
});
</script>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Cannot read property ‘on’ of undefined’ is closed to new replies.