]> wagnertech.de Git - mfinanz.git/commitdiff
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 a5283053b4a354585c56a28b43b9eabad06e1872..611f76e80da3e9651b0d2209f94ba0cfc8590584 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 00742d6fadedf7324a11d42cccaebff128be31fe..44fb603361cb73eb91b346709bd4fbfe24b89ace 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;