Ignore:
Timestamp:
13 Mar 2014, 15:36:19 (11 years ago)
Author:
uli
Message:

Add trailing linebreak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/layout/static/js/kofa-button-rowadd.js

    r11254 r11493  
    33   evt.preventDefault();
    44   /* Add first .form-field after last .form-field... */
    5    $(".variable-form:last").after($(".variable-form:first").clone().hide().fadeIn());
     5   $(".variable-form:last").after(
     6       $(".variable-form:first").clone().hide().fadeIn());
    67});
Note: See TracChangeset for help on using the changeset viewer.