File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1- <!doctype html>
1+ <!DOCTYPE html>
22< html >
33 < head >
44 < meta charset ="utf-8 ">
55 < title > jquery.cookie Test Suite</ title >
66 < link rel ="stylesheet " href ="http://code.jquery.com/qunit/qunit-1.14.0.css ">
7- < script src ="http://code.jquery.com/jquery-1.11.1.min.js "> </ script >
87 < script src ="http://code.jquery.com/qunit/qunit-1.14.0.js "> </ script >
8+ < script src ="http://code.jquery.com/jquery-1.11.1.min.js "> </ script >
99 < script src ="../jquery.cookie.js "> </ script >
1010 < script src ="tests.js "> </ script >
1111 </ head >
1212 < body >
13- < h1 id ="qunit-header "> jquery.cookie Test Suite</ h1 >
14- < h2 id ="qunit-banner "> </ h2 >
15- < div id ="qunit-testrunner-toolbar "> </ div >
16- < h2 id ="qunit-userAgent "> </ h2 >
17- < ol id ="qunit-tests "> </ ol >
13+ < div id ="qunit "> </ div >
14+ < div id ="qunit-fixture "> </ div >
1815 </ body >
1916</ html >
Original file line number Diff line number Diff line change 1- <!doctype html>
1+ <!DOCTYPE html>
22< html >
33 < head >
44 < title > </ title >
You can’t perform that action at this time.
0 commit comments