Index: branches/5.2.x/core/admin_templates/config/custom_variables.tpl =================================================================== diff -u -N -r14941 -r14994 --- branches/5.2.x/core/admin_templates/config/custom_variables.tpl (.../custom_variables.tpl) (revision 14941) +++ branches/5.2.x/core/admin_templates/config/custom_variables.tpl (.../custom_variables.tpl) (revision 14994) @@ -18,13 +18,11 @@ var $target = $( jq('#, #config[]') ); $target.hide().empty(); + $target.append(''); if ($timezone_group == '') { return ; } - else { - $target.append(''); - } for (var $i = 0; $i < $timezones[$timezone_group].length; $i++) { var $timezone = $timezones[$timezone_group][$i];