Skip to content

Commit

Permalink
Update mockup for mockup/#857. p.a.upgrade step + last_compiled alrea…
Browse files Browse the repository at this point in the history
…dy done
  • Loading branch information
thet committed Oct 5, 2018
1 parent 34d2200 commit 8cdba45
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Expand Up @@ -14,7 +14,8 @@ Breaking changes:

New features:

- *add item here*
- Update mockup.
[thet]

Bug fixes:

Expand Down
3 changes: 2 additions & 1 deletion Products/CMFPlone/static/plone-logged-in-compiled.js
Expand Up @@ -87443,8 +87443,9 @@ define('mockup-patterns-structure-url/js/views/generic-popover',[
if (self.options.form.dataUrl) {
self.$('.popover-content').html(_t('Loading...'));
self.app.loading.show();
var url = self.app.getAjaxUrl(self.options.form.dataUrl);
$.ajax({
url: self.options.form.dataUrl,
url: url,
dataType: 'json',
type: 'POST',
cache: false,
Expand Down
2 changes: 1 addition & 1 deletion Products/CMFPlone/static/plone-logged-in-compiled.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 8cdba45

Please sign in to comment.