File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE HTML>
22<!--
33/*
4- * JavaScript MD5 Test 1.0.2
4+ * JavaScript MD5 Test 1.1.0
55 * https://github.com/blueimp/JavaScript-MD5
66 *
77 * Copyright 2011, Sebastian Tschan
1919< meta charset ="utf-8 ">
2020< title > JavaScript MD5 Test</ title >
2121< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
22- < link rel ="stylesheet " href ="http ://blueimp.github.io/cdn/css/mocha.min.css ">
22+ < link rel ="stylesheet " href ="https ://blueimp.github.io/cdn/css/mocha.min.css ">
2323</ head >
2424< body >
2525< div id ="mocha "> </ div >
26- < script src ="http ://blueimp.github.io/cdn/js/mocha.min.js "> </ script >
27- < script src ="http ://blueimp.github.io/cdn/js/expect.min.js "> </ script >
26+ < script src ="https ://blueimp.github.io/cdn/js/mocha.min.js "> </ script >
27+ < script src ="https ://blueimp.github.io/cdn/js/expect.min.js "> </ script >
2828< script >
2929mocha . setup ( 'bdd' ) ;
3030</ script >
You can’t perform that action at this time.
0 commit comments