Skip to content

Commit

Permalink
Codemirror
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNisnevich committed Feb 3, 2018
1 parent b0e235d commit 0480fbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -15,10 +15,10 @@
<script type="text/javascript" src="lib/rotjs-library/rot.js"></script>
<script type="text/javascript" src="lib/jquery.jplayer.min.js"></script>

<link rel="stylesheet" href="lib/codemirror-5.34/lib/codemirror.css">
<script src="lib/codemirror-5.34/lib/codemirror.js"></script>
<script src="lib/codemirror-5.34/mode/javascript/javascript.js"></script>
<link rel="stylesheet" href="lib/codemirror-5.34/theme/vibrant-ink.css">
<link rel="stylesheet" href="lib/codemirror-3.1/lib/codemirror.css">
<script src="lib/codemirror-3.1/lib/codemirror.js"></script>
<script src="lib/codemirror-3.1/mode/javascript/javascript.js"></script>
<link rel="stylesheet" href="lib/codemirror-3.1/theme/vibrant-ink.css">

<script src="scripts/build/untrusted.js"></script>
</head>
Expand Down

2 comments on commit 0480fbc

@rshmelev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AlexNisnevich so you decided to revert back to old codemirror?

@AlexNisnevich
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we were having issues with CodeMirror 5.

Please sign in to comment.