From 09d80d2c63d3f34008a51df67cdf442b8c114352 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Wed, 30 Oct 2013 18:09:04 +0100 Subject: [PATCH] modale register bug fix --- js/materio_user.js | 4 ++++ 1 file changed, 4 insertions(+) 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');