modale register bug fix
This commit is contained in:
@@ -67,6 +67,10 @@ MaterioUser = function(){
|
||||
$(this).remove();
|
||||
});
|
||||
|
||||
$('.modal-content').bind('click', function(event) {
|
||||
event.stopPropagation();
|
||||
});
|
||||
|
||||
// doesn't work
|
||||
// Drupal.attachBehaviors('bodi>.modal-wrapper');
|
||||
|
||||
|
Reference in New Issue
Block a user