Changeset 10660
- Timestamp:
- 2005-09-28T10:47:42+12:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl/macros/pref.dm
r8108 r10660 255 255 function updateqt (value) \{ 256 256 if (value != _cgiargqt_) \{ 257 href = location.href; 257 258 while (href.match(/&cc=[\\w]+/)) href = href.replace(/&cc=[\\w]+/, ""); 258 location.href = location.href + "&qt=" + value + getargs();259 location.href = href + "&qt=" + value + getargs(); 259 260 \} 260 261 \}
Note:
See TracChangeset
for help on using the changeset viewer.