Skip to content

Commit

Permalink
Revert "Correct JS/CSS links in the demo"
Browse files Browse the repository at this point in the history
This reverts commit 658321c.
  • Loading branch information
bantic committed Jul 2, 2015
1 parent 658321c commit 71f9018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">

<!-- Include ContentKit-Editor CSS -->
<link href="../dist/css/content-kit-editor.css" rel="stylesheet">
<link href="../css/content-kit-editor.css" rel="stylesheet">

<!-- Include fancy fonts (optional) -->
<link href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Merriweather+Sans:800" rel="stylesheet">
Expand Down Expand Up @@ -68,7 +68,7 @@ <h3>Keyboard shortcuts:</h3>
</div>

<!-- Include ContentKit JS -->
<script src="../dist/global/content-kit-editor.js"></script>
<script src="../global/content-kit-editor.js"></script>

<script>
// Initialize a new Editor
Expand Down

0 comments on commit 71f9018

Please sign in to comment.