include jquery and remove javascript includes from net

This commit is contained in:
Stephen Birarda 2013-09-13 12:42:14 -07:00
parent d66e560842
commit 83ed162d49
3 changed files with 7 additions and 5 deletions

View file

@ -6,8 +6,7 @@
</head>
<body>
<pre id='editor' style='font-size: 14px;'><!--#include "placeholder.js"--></pre>
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js'></script>
<script src='//api.filepicker.io/v1/filepicker.js'></script>
<script src='js/jquery-2.0.3.min.js'></script>
<script src='js/ace/ace.js' type='text/javascript'></script>
<script src='js/assignment.js' type='text/javascript'></script>
<div class='big-button' id='deploy-button'>

View file

@ -6,9 +6,6 @@ $(document).ready(function(){
editor.getSession().setMode("ace/mode/javascript");
editor.getSession().setTabSize(2);
// setup the Ink filepicker
filepicker.setKey("ARhz9KegMS0ioo5o9bPOcz");
$('#deploy-button').click(function(){
script = editor.getValue();

File diff suppressed because one or more lines are too long