Skip to content

Commit

Permalink
Merge pull request #16 from Rovak/codemirror-cdn
Browse files Browse the repository at this point in the history
Codemirror cdn
  • Loading branch information
Rovak committed Oct 20, 2013
2 parents b81c14c + 74e7166 commit 03c0f9a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions demo/codemirror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Textarea Inline Attachment Demo</title>
<title>CodeMirror InlineAttachment Demo</title>
</head>
<body>
<link href="path/to/codemirror/lib/codemirror.css" media="screen" rel="stylesheet" type="text/css">
<script type="text/javascript" src="path/to/codemirror/lib/codemirror.js"></script>
<script type="text/javascript" src="path/to/codemirror/CodeMirror/lib/util/loadmode.js"></script>
<link href="//cdn.jsdelivr.net/codemirror/3.14.0/codemirror.css" media="screen" rel="stylesheet" type="text/css">
<script type="text/javascript" src="//cdn.jsdelivr.net/codemirror/3.14.0/codemirror.js"></script>

<textarea id="code" rows="10" cols="50"></textarea>

Expand Down

0 comments on commit 03c0f9a

Please sign in to comment.