modale register bug fix

This commit is contained in:
Bachir Soussi Chiadmi 2013-10-30 18:09:04 +01:00
parent 5daabaaf5a
commit 09d80d2c63

View File

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