typo / syntax fix

nimn-site-osm-baustelle
Hartmut Holzgraefe 2016-12-23 10:56:55 +01:00 zatwierdzone przez root
rodzic de169cec9c
commit 5f13821663
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -155,7 +155,7 @@ $('#wizard-step-paper-size').bind('prepare', function(e) {
if (l_ok) {
l.removeAttr('disabled');
if (!p_ok) { l.attr('checked', 'checked'); }
} else
} else {
l.attr('disabled', 'disabled');
}