Skip to content

Commit

Permalink
fixed cname typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaniv Aran-Shamir committed Aug 23, 2020
1 parent ba3ca62 commit c6df481
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 116 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
assets.addJs('js/cloudinaryImages.js');
</isscript>


<!-- Uncomment this to expose the raw view model for debugging: -->
<script>
var value = JSON.parse('<isprint value="${JSON.stringify(pdict.viewmodel)}" encoding="jsonvalue"/>');
window.cldImages = window.cldImages || [];
window.cldImages.push(value);
window.cloudName = value.cloudName;
window.cnamw = value.cname || null;
window.cname = value.cname || null;
console.log(value);
</script>

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit c6df481

Please sign in to comment.