1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
From: Johan Van de Wauw <johan.vandewauw@gmail.com>
Date: Mon, 29 Sep 2014 21:20:49 +0200
Subject: Remove externally linked files
W3C and jquery
---
tests/index.html | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
--- a/tests/index.html
+++ b/tests/index.html
@@ -15,7 +15,7 @@
border: 0px;
}
</style>
- <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.0.min.js"></script>
+ <script type="text/javascript" src="jquery/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.xml').change(function() {
@@ -454,8 +454,6 @@
</ul>
<hr/>
<footer>
- <a href="http://validator.w3.org/check?verbose=1&uri=referer" title="Valid HTML 5!"><img class="flat" src="http://www.w3.org/html/logo/downloads/HTML5_Badge_32.png" alt="Valid HTML 5!" height="32" width="32"/></a>
- <a href="http://jigsaw.w3.org/css-validator/check/referer" title="Valid CSS!"><img class="flat" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!" height="31" width="88"/></a>
</footer>
</body>
</html>
|