Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 03cdfda

Browse files
committed
Merge pull request #50 from imccrum/gh-pages
Changed cdns for people stuck behind big firewalls
2 parents b5b48a8 + b8b40e0 commit 03cdfda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ <h2>Featuring</h2>
153153
var rec_inst_link = document.getElementById("inst-link");
154154
rec_inst_link.setAttribute("href", rec_dl_addy);
155155
</script>
156-
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.1.3/ace.js"></script>
157-
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/ace/1.1.3/mode-rust.js"></script>
156+
<script type="text/javascript" src="https://cdn.jsdelivr.net/ace/1.1.3/noconflict/ace.js"></script>
157+
<script type="text/javascript" src="https://cdn.jsdelivr.net/ace/1.1.3/noconflict/mode-rust.js"></script>
158158
<script type="text/javascript" charset="utf-8" src="/js/editor.js"></script>
159159
<style>
160160
.ace-chrome .ace_comment {

0 commit comments

Comments
 (0)