Skip to content

Commit

Permalink
Updated to modern script url
Browse files Browse the repository at this point in the history
  • Loading branch information
spocke committed Dec 12, 2023
1 parent 703caa2 commit ef2414f
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 ef2414f

Please sign in to comment.