scratch – Diff between revs 57 and 58

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 57 Rev 58
Line 7... Line 7...
7 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> 7 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8 <meta name="description" content="quick asset upload"> 8 <meta name="description" content="quick asset upload">
9 <meta name="author" content="Wizardry and Steamworks"> 9 <meta name="author" content="Wizardry and Steamworks">
10 <link rel="icon" href="favicon.ico"> 10 <link rel="icon" href="favicon.ico">
Line 11... Line 11...
11   11  
Line 12... Line -...
12 <title>Quickload</title> -  
13   -  
14 <!-- Polyfill --> -  
15 <script src="js/polyfill/polyfill.min.js"></script> 12 <title>Scratch</title>
16 13  
17 <!-- Bootstrap core CSS --> -  
18 <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet"> -  
19   -  
20 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> -  
21 <link href="css/bootstrap/ie10-viewport-bug-workaround.css" rel="stylesheet"> -  
22   -  
23 <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> -  
24 <!--[if lt IE 9]><script src="js/bootstrap/ie8-responsive-file-warning.js"></script><![endif]--> -  
25 <script src="js/bootstrap/ie-emulation-modes-warning.js"></script> -  
26   -  
27 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> -  
28 <!--[if lt IE 9]> -  
29 <script src="js/bootstrap/html5shiv.min.js"></script> -  
Line 30... Line 14...
30 <script src="js/bootstrap/respond.min.js"></script> 14 <!-- Bootstrap core CSS -->
31 <![endif]--> 15 <link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
32 16
33 <!-- DropZone --> 17 <!-- DropZone -->
34 <link href="css/dropzone/dropzone.min.css" rel="stylesheet"> 18 <link href="bower_components/dropzone/dist/min/dropzone.min.css" rel="stylesheet">
Line 35... Line 19...
35 <!-- Local style --> 19 <!-- Local style -->
Line 135... Line 119...
135 <div class="container"> 119 <div class="container">
136 <p class="text-muted credit">Copyright <i class="glyphicon glyphicon-copyright-mark"></i> 2017 <a href="http://grimore.org">Wizardry and Steamworks</a>.</p> 120 <p class="text-muted credit">Copyright <i class="glyphicon glyphicon-copyright-mark"></i> 2017 <a href="http://grimore.org">Wizardry and Steamworks</a>.</p>
137 </div> 121 </div>
138 </div> 122 </div>
Line 139... Line 123...
139   123  
140 <script src="js/jquery/jquery.min.js"></script> 124 <!-- jQuery -->
141 <script src="js/bootstrap/bootstrap.min.js"></script> 125 <script src="bower_components/jquery/dist/jquery.min.js"></script>
142 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> 126 <!-- BootStrap -->
Line 143... Line 127...
143 <script src="js/bootstrap/ie10-viewport-bug-workaround.js"></script> 127 <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
144 128
145 <!-- DropZone --> -  
146 <script src="js/dropzone/dropzone.min.js"></script> 129 <!-- DropZone -->
147 <!-- <script src="js/dropzone/dropzone-amd-module.min.js"></script> --> 130 <script src="bower_components/dropzone/dist/min/dropzone.min.js"></script>
148 <!-- Clipboard --> 131 <!-- Clipboard -->
149 <script src="js/clipboard/clipboard.min.js"></script> 132 <script src="bower_components/clipboard/dist/clipboard.min.js"></script>
150 <script> 133 <script>
151 $(document).ready(() => { 134 $(document).ready(() => {
152 // Get the template HTML and remove it from the doument 135 // Get the template HTML and remove it from the doument