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