diff --git a/js/materio_user.js b/js/materio_user.js index 63392694..cea40c0a 100755 --- a/js/materio_user.js +++ b/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');