ソースを参照

modale register bug fix

Bachir Soussi Chiadmi 11 年 前
コミット
09d80d2c63
1 ファイル変更4 行追加0 行削除
  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');