Skip to content
Snippets Groups Projects
Commit a10ef32f authored by Brock Fanning's avatar Brock Fanning Committed by Joseph Olstad
Browse files

Issue #2885412 by joseph.olstad, brockfanning: Javascript error after media...

Issue #2885412 by joseph.olstad, brockfanning: Javascript error after media upload: Cannot read property 'selectedMedia' of undefined
parent c4844bca
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,8 @@ Drupal.media.popups.mediaBrowser.mediaBrowserOnLoad = function (e) { ...@@ -128,7 +128,8 @@ Drupal.media.popups.mediaBrowser.mediaBrowserOnLoad = function (e) {
var options = e.data; var options = e.data;
// Ensure that the iFrame is defined. // Ensure that the iFrame is defined.
if (this.contentWindow.Drupal.media == undefined) { if (typeof this.contentWindow.Drupal.media === 'undefined' || typeof
this.contentWindow.Drupal.media.browser === 'undefined') {
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment