|
15 | 15 | <meta name="Author" content="Owen Beresford" /> |
16 | 16 | <meta name="Description" content="This is list of things at I have changed in this site" /> |
17 | 17 |
|
18 | | -<link rel="stylesheet" type="text/css" href="/resource/reach-positional" /> |
19 | | -<link rel="stylesheet" type="text/css" href="/asset/qunit-1.11.0.css" /> |
20 | | - |
21 | | -<script type="text/javascript" src="/asset/jquery-1.10.2" ></script> |
22 | | -<script type="text/javascript" src="/asset/jquery.columnizer"></script> |
23 | | -<script type="text/javascript" src="/asset/qunit-1.11.0.js"></script> |
| 18 | +<script type="text/javascript" src="../src/jquery.js" ></script> |
| 19 | +<script type="text/javascript" src="../src/jquery.columnizer.js"></script> |
24 | 20 | <script type="text/javascript" > |
25 | 21 | var $ice={ |
26 | 22 | last:0, |
|
74 | 70 | // http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#attr-ol-start |
75 | 71 | }; |
76 | 72 |
|
77 | | -var $spawn=function() { |
78 | | - |
79 | | - var $id=666; |
80 | | - window.open(location.protocol+'//'+location.hostname+"/external/c2.html?no=1", $id++, 'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=0,width=800,height=600'); |
81 | | - window.open(location.protocol+'//'+location.hostname+"/external/c2.html?no=2", $id++, 'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=0,width=1201,height=600'); |
82 | | - window.open(location.protocol+'//'+location.hostname+"/external/c3.html?no=1", $id++, 'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=0,width=800,height=600'); |
83 | | - window.open(location.protocol+'//'+location.hostname+"/external/c3.html?no=2", $id++, 'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=0,width=1201,height=600'); |
84 | | - alert("Im pausing here, check they all worked..."); |
85 | | - return 0; |
86 | | -} |
87 | | - |
88 | | - |
89 | 73 | if(jQuery) { |
90 | 74 | $(document).ready($ice_col); |
91 | | - $(document).ready($spawn); |
92 | 75 | } |
93 | 76 |
|
94 | 77 | </script> |
|
0 commit comments