Revision bebc6494
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
templates/webpages/acctranscorrections/assistant_for_wrong_taxkeys_de.html | ||
---|---|---|
130 | 130 |
<!-- |
131 | 131 |
function enable_fix_button_maybe() { |
132 | 132 |
var all_set = true; |
133 |
$("[@name='fixes[].taxkey']").each(function () {
|
|
133 |
$("[name='fixes[].taxkey']").each(function () { |
|
134 | 134 |
var val = $(this).attr('value'); |
135 | 135 |
if (val == '') |
136 | 136 |
all_set = false; |
templates/webpages/acctranscorrections/assistant_for_wrong_taxkeys_master.html | ||
---|---|---|
143 | 143 |
<!-- |
144 | 144 |
function enable_fix_button_maybe() { |
145 | 145 |
var all_set = true; |
146 |
$("[@name='fixes[].taxkey']").each(function () {
|
|
146 |
$("[name='fixes[].taxkey']").each(function () { |
|
147 | 147 |
var val = $(this).attr('value'); |
148 | 148 |
if (val == '') |
149 | 149 |
all_set = false; |
Auch abrufbar als: Unified diff
alte jQuery Syntax produziert Syntaxfehler.