Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed7 #30
  • Loading branch information
shundroid committed May 25, 2015
1 parent ea32636 commit ac58593
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions editor/public/index.html.php
Expand Up @@ -8,7 +8,6 @@
<title data-l10n-id="title">Parapara Animation</title>
<link rel="stylesheet" href="css/parapara.css" type="text/css">
<link rel="stylesheet" href="css/editor.css" type="text/css">

<script type="text/javascript" src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
<?php
require_once("../lib/php/editor-util.inc");
Expand All @@ -20,7 +19,7 @@
?>
<link rel="resource" type="application/l10n" href="locales.ini">
<script type="text/javascript" src="js/l10n.js"></script>
<script type="text/javascript" src="js/parapara-dev.core.js" defer></script>
<script type="text/javascript" src="js/parapara.core.js" defer></script>
<script type="text/javascript" src="js/editor-ui.js"></script>
<script type="text/javascript" src="js/qrcode.js" async></script>
<script type="text/javascript" src="js/fullscreen.js"></script>
Expand Down

0 comments on commit ac58593

Please sign in to comment.