Skip to content

Commit

Permalink
Merge pull request #14 from tinymce/feature/fixed-tinymce-url
Browse files Browse the repository at this point in the history
Updated to modern script url
  • Loading branch information
spocke authored Jan 25, 2024
2 parents 703caa2 + ef2414f commit c26b384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/editor.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<textarea></textarea>
</div>

<script src="https://cloud.tinymce.com/5/tinymce.min.js?apiKey={{apiKey}}"></script>
<script src="https://cdn.tiny.cloud/1/{{apiKey}}/tinymce/6/tinymce.min.js" referrerpolicy="origin"></script>
<script src="/js/init.js"></script>
</body>
</html>

0 comments on commit c26b384

Please sign in to comment.