modale register bug fix
This commit is contained in:
parent
8909491a12
commit
5daabaaf5a
@ -63,6 +63,10 @@ MaterioUser = function(){
|
||||
|
||||
$('body').append($('<div>').addClass('modal-wrapper').append($modal));
|
||||
|
||||
$('.modal-wrapper').bind('click', function(event) {
|
||||
$(this).remove();
|
||||
});
|
||||
|
||||
// doesn't work
|
||||
// Drupal.attachBehaviors('bodi>.modal-wrapper');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user