From 6867746786c828ba3bbbb8bcdf8709189efeeb1a Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Tue, 13 Jan 2009 22:26:48 +0100 Subject: [PATCH] Update timezone field when switching category. Improves usability for users in the first country being listed. --- root/src/settings/index.tt2 | 1 + 1 file changed, 1 insertion(+) diff --git a/root/src/settings/index.tt2 b/root/src/settings/index.tt2 index c2a88ce..4e1c96f 100644 --- a/root/src/settings/index.tt2 +++ b/root/src/settings/index.tt2 @@ -63,6 +63,7 @@ $(document).ready(function(){ $("#tzcountry").append(opt); opt.attr('value',$(this).text()).text($(this).text()); }); + $("#tzcountry").change(); }); } }); -- 2.39.2