Forráskód Böngészése

modale register bug fix

Bachir Soussi Chiadmi 11 éve
szülő
commit
09d80d2c63
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      js/materio_user.js

+ 4 - 0
js/materio_user.js

@@ -67,6 +67,10 @@ MaterioUser = function(){
           $(this).remove();
         });
 
+        $('.modal-content').bind('click', function(event) {
+         event.stopPropagation();
+        });
+
         // doesn't work
         // Drupal.attachBehaviors('bodi>.modal-wrapper');