From: Moritz Bunkus Date: Thu, 23 May 2013 09:03:58 +0000 (+0200) Subject: Anpassung nach Update jQuery 1.9.1 X-Git-Tag: release-3.1.0beta1~405^2~1 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/5f0867480a6af38a0acdc567297dc3794a04f947?ds=inline Anpassung nach Update jQuery 1.9.1 --- diff --git a/templates/webpages/gl/form_header_chart_balances_js.html b/templates/webpages/gl/form_header_chart_balances_js.html index 3263ee7cd..705d8f663 100644 --- a/templates/webpages/gl/form_header_chart_balances_js.html +++ b/templates/webpages/gl/form_header_chart_balances_js.html @@ -12,7 +12,7 @@ chart_balances[[% loop.count - 1 %]] = '[% JavaScript.escape(LxERP.format_amount function show_chart_balance(obj) { var row = $(obj).attr('name').replace(/.*_/, ''); - var idx = $('#accno_' + row).attr('selectedIndex'); + var idx = $('#accno_' + row).prop('selectedIndex'); $('#chart_balance_' + row).html(chart_balances[idx]); }