Notwendige Anpassungen für Update jQuery 1.9.1 (.val() und .prop() anstelle von ...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 28 Feb 2013 12:20:30 +0000 (13:20 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 17 Dec 2013 13:37:45 +0000 (14:37 +0100)
templates/webpages/financial_controlling_report/_filter.html

index 95e7bd7..fcae079 100644 (file)
@@ -47,7 +47,7 @@
 [% L.input_tag('action_list', LxERP.t8('Continue'), type = 'submit', class='submit')%]
 
 
-<a href='#' onClick='javascript:$("#filter_table input").attr("value","");$("#filter_table option").attr("selected","")'>[% 'Reset' | $T8 %]</a>
+<a href='#' onClick='javascript:$("#filter_table input").val("");$("#filter_table option").prop("selected",0)'>[% 'Reset' | $T8 %]</a>
 
 </div>