alte jQuery Syntax produziert Syntaxfehler.
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 22 Apr 2010 08:48:22 +0000 (10:48 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 22 Apr 2010 08:48:22 +0000 (10:48 +0200)
templates/webpages/acctranscorrections/assistant_for_wrong_taxkeys_de.html
templates/webpages/acctranscorrections/assistant_for_wrong_taxkeys_master.html

index a528305..611f76e 100644 (file)
   <!--
     function enable_fix_button_maybe() {
       var all_set = true;
-      $("[@name='fixes[].taxkey']").each(function () {
+      $("[name='fixes[].taxkey']").each(function () {
         var val = $(this).attr('value');
         if (val == '')
           all_set = false;
index 00742d6..44fb603 100644 (file)
   <!--
     function enable_fix_button_maybe() {
       var all_set = true;
-      $("[@name='fixes[].taxkey']").each(function () {
+      $("[name='fixes[].taxkey']").each(function () {
         var val = $(this).attr('value');
         if (val == '')
           all_set = false;