Skip to content
Snippets Groups Projects
Commit 3e1e203b authored by Michael Zhou's avatar Michael Zhou Committed by Marijn Haverbeke
Browse files

[merge demo] Prepend link to diff-match-patch.js with "https:"

parent 4df2c76a
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
<script src="../mode/css/css.js"></script>
<script src="../mode/javascript/javascript.js"></script>
<script src="../mode/htmlmixed/htmlmixed.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/diff_match_patch/20121119/diff_match_patch.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/diff_match_patch/20121119/diff_match_patch.js"></script>
<script src="../addon/merge/merge.js"></script>
<style>
.CodeMirror { line-height: 1.2; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment