Projet

Général

Profil

Révision 81b16cc2

Ajouté par Assos Assos il y a plus de 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/media/js/media.popups.js
128 128
  var options = e.data;
129 129

  
130 130
  // Ensure that the iFrame is defined.
131
  if (this.contentWindow.Drupal.media == undefined) {
131
  if (typeof this.contentWindow.Drupal.media === 'undefined' || typeof
132
  this.contentWindow.Drupal.media.browser === 'undefined') {
132 133
    return;
133 134
  }
134 135

  

Formats disponibles : Unified diff