|
@@ -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');
|
|
|
|
|