mirror of
https://github.com/scratchfoundation/scratch-html5.git
synced 2024-11-28 10:05:55 -05:00
Whoops--removed some of my junk...
This commit is contained in:
parent
ae86e1d43b
commit
4d16d6b268
1 changed files with 0 additions and 4 deletions
|
@ -31,10 +31,6 @@
|
|||
<script src="js/Interpreter.js"></script>
|
||||
<script src="js/Runtime.js"></script>
|
||||
<script src="js/Scratch.js"></script>
|
||||
<script src="js/JSZip/jszip.js"></script>
|
||||
<script src="js/JSZip/jszip-load.js"></script>
|
||||
<script src="js/JSZip/jszip-inflate.js"></script>
|
||||
<script src="js/IOzip.js"></script>
|
||||
<script type="text/javascript">
|
||||
if (window.location.hash) {
|
||||
var project_id = parseInt(window.location.hash.substr(1));
|
||||
|
|
Loading…
Reference in a new issue