Changeset 10660


Ignore:
Timestamp:
2005-09-28T10:47:42+12:00 (19 years ago)
Author:
kjdon
Message:

fixed a bug where query form type wasn't updating unless set prefs was clicked

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/pref.dm

    r8108 r10660  
    255255function updateqt (value) \{
    256256  if (value != _cgiargqt_) \{
     257    href = location.href;
    257258    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();
    259260  \}   
    260261\}
Note: See TracChangeset for help on using the changeset viewer.