]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/csv_import/form.html
Update jQuery auf 1.9.1, jQuery-UI auf 1.10.1
[mfinanz.git] / templates / webpages / csv_import / form.html
index 8eaed1786dc41d801e48822038ce7b01b33aed19..26db240d76bde088524f844980beb6de081354b5 100644 (file)
   <!--
     $(document).ready(function() {
       $('#action_save').click(function() {
-        if ($('#profile_name').attr('value') != '')
+        if ($('#profile_name').val() != '')
           return true;
         alert('[% LxERP.t8('Please enter a profile name.') %]');
         return false;