Changeset 888
- Timestamp:
- 03/10/10 17:19:27 (3 years ago)
- Location:
- testing
- Files:
-
- 2 edited
-
files/style.css (modified) (1 diff)
-
index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
testing/files/style.css
r885 r888 123 123 height: 200px; 124 124 } 125 #permalink { 126 background: #e4eed3; 127 } -
testing/index.html
r886 r888 32 32 evt.preventDefault(); 33 33 var obj = settings.examples[$('#examples').val()]; 34 window.top.location.href = ' ./?'+$.param(obj);34 window.top.location.href = '?'+$.param(obj); 35 35 }); 36 36 // get the options from the querystring.
Note: See TracChangeset
for help on using the changeset viewer.
