Ignore:
Timestamp:
2003-07-16T10:38:02+12:00 (21 years ago)
Author:
kjdon
Message:

fixed a bug I think I introduced - had put in onChange-updateXX(); into the option macros, but the javascript stuf should only be there for form searching. so added a new arg to the set_option_macro method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/queryaction.h

    r4780 r4937  
    8585
    8686  virtual void set_option_macro (const text_t &macroname, text_t current_value,
    87                  bool display_single,
     87                 bool display_single, bool add_js_update,
    8888             const FilterOption_t &option, displayclass &disp);
    8989
Note: See TracChangeset for help on using the changeset viewer.