Skip to content

Commit 3e1e203

Browse files
Dominator008marijnh
authored andcommitted
[merge demo] Prepend link to diff-match-patch.js with "https:"
1 parent 4df2c76 commit 3e1e203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/merge.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<script src="../mode/css/css.js"></script>
1212
<script src="../mode/javascript/javascript.js"></script>
1313
<script src="../mode/htmlmixed/htmlmixed.js"></script>
14-
<script src="//cdnjs.cloudflare.com/ajax/libs/diff_match_patch/20121119/diff_match_patch.js"></script>
14+
<script src="https://cdnjs.cloudflare.com/ajax/libs/diff_match_patch/20121119/diff_match_patch.js"></script>
1515
<script src="../addon/merge/merge.js"></script>
1616
<style>
1717
.CodeMirror { line-height: 1.2; }

0 commit comments

Comments
 (0)