@@ -67,6 +67,10 @@ MaterioUser = function(){
$(this).remove();
});
+ $('.modal-content').bind('click', function(event) {
+ event.stopPropagation();
+ });
+
// doesn't work
// Drupal.attachBehaviors('bodi>.modal-wrapper');