Skip to content

Commit

Permalink
Move scripts into body (was illegal)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-p committed May 7, 2017
1 parent 0c6121b commit 9b3a35c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/common/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -666,21 +666,21 @@ <h1>

<div id="saved-msg" data-i18n="changes_saved">Changes saved</div>

</body>
<script src="jsHtmlToText.js"></script>
<script src="marked.js"></script>
<script src="highlightjs/highlight.js"></script>

<script src="jsHtmlToText.js"></script>
<script src="marked.js"></script>
<script src="highlightjs/highlight.js"></script>
<script src="utils.js"></script>
<script src="common-logic.js"></script>
<script src="mdh-html-to-text.js"></script>
<script src="markdown-render.js"></script>
<script src="markdown-here.js"></script>

<script src="utils.js"></script>
<script src="common-logic.js"></script>
<script src="mdh-html-to-text.js"></script>
<script src="markdown-render.js"></script>
<script src="markdown-here.js"></script>
<script src="options-store.js"></script>
<script src="options.js"></script>

<script src="options-store.js"></script>
<script src="options.js"></script>
<script src="vendor/jquery-1.9.1.js"></script>

<script src="vendor/jquery-1.9.1.js"></script>
</body>

</html>

0 comments on commit 9b3a35c

Please sign in to comment.