From eb70dc30e03c19cd6d6bdd86b454fc5494021cc2 Mon Sep 17 00:00:00 2001 From: Eric Lammerts Date: Sun, 14 Dec 2003 20:01:07 +0000 Subject: [PATCH] firebird bug workaround: don't set input focus to search box if page was auto-reloaded --- soepkiptng_web.lib | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/soepkiptng_web.lib b/soepkiptng_web.lib index b613340..741fc51 100644 --- a/soepkiptng_web.lib +++ b/soepkiptng_web.lib @@ -122,11 +122,15 @@ EOF   Search: +EOF + print <{args}->{nofocus}; +EOF + print < @@ -1516,7 +1520,7 @@ sub handle_request($) { elsif($cmd eq 'playlist') { printhtmlhdr; print < + EOF printhdr($conf{plstyle}, "onLoad=do_onload()"); print_az_table($req, \%session); -- 2.11.4.GIT