Skip to content

Commit

Permalink
fix(index.html,header/html.org): fix javascript errors in mobile safa…
Browse files Browse the repository at this point in the history
…ri ios 10
  • Loading branch information
glangmead authored and gebner committed Nov 23, 2016
1 parent 615acea commit 59dcf61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion header/html.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
#+OPTIONS: html-postamble:nil
#+HTML_HEAD_EXTRA:<link rel="stylesheet" href="css/tutorial.css"/>
#+HTML_HEAD_EXTRA:<link rel="stylesheet" href="css/code.css"/>
#+HTML_HEAD_EXTRA:<script type="text/javascript" charset="utf-8">if(!window.PolymerGestures) { var head = document.getElementsByTagName('head')[0]; var js = document.createElement("script"); js.type = "text/javascript"; js.src = "//cdn.jsdelivr.net/webcomponentsjs/0.7.20/webcomponents.min.js"; head.appendChild(js); } </script>
#+HTML_HEAD_EXTRA:<script type="text/javascript" charset="utf-8">if(!window.PolymerGestures) { var head = document.getElementsByTagName('head')[0]; var js = document.createElement("script"); js.type = "text/javascript"; js.src = "//cdn.jsdelivr.net/webcomponentsjs/0.7.23/webcomponents.min.js"; head.appendChild(js); } </script>
#+HTML_HEAD_EXTRA:<link rel='import' href='juicy-ace-editor.html'/>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ <h1>Settings</h1>
<button id="close_setting_window">Close</button>
</div>
</div>
<script src="//cdn.jsdelivr.net/webcomponentsjs/0.7.20/webcomponents.min.js"></script>
<script src="//cdn.jsdelivr.net/jquery/2.1.4/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/jquery.cookie/1.4.1/jquery.cookie.min.js"></script>
<script src="//cdn.jsdelivr.net/webcomponentsjs/0.7.23/webcomponents.min.js"></script>
<script src="//leanprover.github.io/ace/ace/ace.js" type="text/javascript" charset="utf-8"></script>
<script src="//leanprover.github.io/ace/ace/ext-language_tools.js" type="text/javascript" charset="utf-8"></script>
<script src="js/input-method.js" type="text/javascript" charset="utf-8"></script>
Expand Down

0 comments on commit 59dcf61

Please sign in to comment.