Skip to content

Commit

Permalink
Merge 8650899 into d83a57f
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Oct 10, 2014
2 parents d83a57f + 8650899 commit 599f39f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -4,8 +4,8 @@ Changelog
1.2 (unreleased)
----------------

- Remove hard dependency on plone.app.contenttypes to avoid compatibility issues with Plone 4.2 (fixes `#57`_).
[hvelarde]
- Fix Chameleon compatibility
[datakurre]

- Update package dependencies.
[hvelarde]
Expand Down
2 changes: 1 addition & 1 deletion src/plone/app/imagecropping/browser/editor.pt
Expand Up @@ -152,7 +152,7 @@
tal:content="string:
var imagecropping = new ImageCropping();
imagecropping.i18n_message_ids.confirm_discard_changes = '${view/translated_confirm_discard_changes}';
$$(document).ready(function(){
jQuery(function(jq) {
imagecropping.init_editor();
});"></script>

Expand Down

0 comments on commit 599f39f

Please sign in to comment.