scratch – Diff between revs 57 and 58

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 57 Rev 58
Line 10... Line 10...
10 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> 10 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
11 <meta name="description" content="quick asset upload"> 11 <meta name="description" content="quick asset upload">
12 <meta name="author" content="Wizardry and Steamworks"> 12 <meta name="author" content="Wizardry and Steamworks">
13 <link rel="icon" href="favicon.ico"> 13 <link rel="icon" href="favicon.ico">
Line 14... Line 14...
14   14  
15 <title>Quickload</title> -  
16 -  
17 <!-- Polyfill --> -  
Line 18... Line 15...
18 <script src="js/polyfill/polyfill.min.js"></script> 15 <title>Scratch</title>
19   16  
20 <!-- Bootstrap core CSS --> -  
21 <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet"> -  
22   -  
23 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> -  
24 <link href="css/bootstrap/ie10-viewport-bug-workaround.css" rel="stylesheet"> -  
25   -  
26 <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> -  
27 <!--[if lt IE 9]><script src="js/bootstrap/ie8-responsive-file-warning.js"></script><![endif]--> -  
28 <script src="js/bootstrap/ie-emulation-modes-warning.js"></script> -  
29   -  
30 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> -  
31 <!--[if lt IE 9]> -  
32 <script src="js/bootstrap/html5shiv.min.js"></script> -  
33 <script src="js/bootstrap/respond.min.js"></script> -  
34 <![endif]--> 17 <!-- Bootstrap core CSS -->
35 18 <link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
36 <!-- Trumbowyg --> 19 <!-- Trumbowyg -->
37 <link href="css/trumbowyg/trumbowyg.min.css" rel="stylesheet"> 20 <link href="bower_components/trumbowyg/dist/ui/trumbowyg.min.css" rel="stylesheet">
38 <!-- Local style --> 21 <!-- Local style -->
Line 39... Line 22...
39 <link href="css/text/style.css" rel="stylesheet"> 22 <link href="css/text/style.css" rel="stylesheet">
Line 103... Line 86...
103 <div class="container"> 86 <div class="container">
104 <p class="text-muted credit">Copyright <i class="glyphicon glyphicon-copyright-mark"></i> 2017 <a href="http://grimore.org">Wizardry and Steamworks</a>.</p> 87 <p class="text-muted credit">Copyright <i class="glyphicon glyphicon-copyright-mark"></i> 2017 <a href="http://grimore.org">Wizardry and Steamworks</a>.</p>
105 </div> 88 </div>
106 </div> 89 </div>
Line 107... Line 90...
107   90  
108 <script src="js/jquery/jquery.min.js"></script> 91 <!-- jQuery -->
109 <script src="js/bootstrap/bootstrap.min.js"></script> 92 <script src="bower_components/jquery/dist/jquery.min.js"></script>
110 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> 93 <!-- BootStrap -->
Line 111... Line 94...
111 <script src="js/bootstrap/ie10-viewport-bug-workaround.js"></script> 94 <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
112 95
113 <!-- Trumbowyg --> 96 <!-- Trumbowyg -->
114 <script src="js/trumbowyg/trumbowyg.min.js"></script> 97 <script src="bower_components/trumbowyg/dist/trumbowyg.min.js"></script>
115 <!-- Clipboard --> 98 <!-- Clipboard -->
116 <script src="js/clipboard/clipboard.min.js"></script> 99 <script src="bower_components/clipboard/dist/clipboard.min.js"></script>
117 <!-- Fingerprint 2 --> 100 <!-- Fingerprint 2 -->
118 <script src="js/fingerprintjs/fingerprint2.min.js"></script> 101 <script src="bower_components/fingerprintjs2/dist/fingerprint2.min.js"></script>
119 <!-- js-cookie --> 102 <!-- js-cookie -->
120 <script src="js/jscookie/js.cookie.js"></script> 103 <script src="bower_components/js-cookie/src/js.cookie.js"></script>
121 <!-- Bootstrap Validator --> 104 <!-- Bootstrap Validator -->
122 <script src="js/validator/validator.min.js"></script> 105 <script src="bower_components/bootstrap-validator/dist/validator.min.js"></script>
123 <script> 106 <script>
124 $(document).ready(() => { 107 $(document).ready(() => {
125 // Attach the form validator. 108 // Attach the form validator.