Skip to content

Commit

Permalink
Update mockup, integrating fixes from
Browse files Browse the repository at this point in the history
  • Loading branch information
seanupton committed Jun 19, 2017
1 parent 2de2e55 commit b0ca4ce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Products/CMFPlone/static/plone-compiled.css.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions Products/CMFPlone/static/plone-compiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -13060,7 +13060,7 @@ define('mockup-patterns-formunloadalert',[
$modal.data('patternPloneModal').on('hide', function(e) {
var modal = $modal.data('patternPloneModal');
if (modal) {
modal._suppressHide = self._handleUnload.apply(self, e);
modal._suppressHide = self._handleUnload.call(self, e);
}
});
} else {
Expand Down Expand Up @@ -17307,6 +17307,7 @@ define('mockup-patterns-modal',[
}
self.$wrapper.remove();
if ($('.plone-modal', $('body')).size() < 1) {
self._suppressHide = undefined;
self.backdrop.hide();
$('body').removeClass('plone-modal-open');
$(window.parent).off('resize.plone-modal.patterns');
Expand Down Expand Up @@ -18997,5 +18998,5 @@ require([

});

define("/home/_thet/data/dev/fhnw/plone/src/Products.CMFPlone/Products/CMFPlone/static/plone.js", function(){});
define("/Users/sean/projects/buildout.coredev/src/Products.CMFPlone/Products/CMFPlone/static/plone.js", function(){});

6 changes: 3 additions & 3 deletions Products/CMFPlone/static/plone-compiled.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Products/CMFPlone/static/plone-compiled.min.js.map

Large diffs are not rendered by default.

0 comments on commit b0ca4ce

Please sign in to comment.