Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bebc6494

Von Sven Schöling vor mehr als 14 Jahren hinzugefügt

  • ID bebc64949dc6794ddd4e7553136e05ff10052670
  • Vorgänger 5c3437e5
  • Nachfolger bedf5ec6

alte jQuery Syntax produziert Syntaxfehler.

Unterschiede anzeigen:

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