https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25548
--- Comment #21 from David Cook <[email protected]> --- (In reply to Nick Clemens from comment #20) > Would it be reasonable to clear empty inputs with javascript before the > submission? I like your thinking here, Nick. It would be better to prevent creating ugly query strings rather than trying to fix them after the fact. Plus, in a future where we may just use Starman/Hypnotoad to serve Koha, we won't be able on Apache URL rewriting trickery. So maybe Javascript to clear empty inputs with Javascript, or Javascript to build the request. The former would probably be easier to bolt on to the status quo. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
