From 5f0867480a6af38a0acdc567297dc3794a04f947 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 23 May 2013 11:03:58 +0200 Subject: [PATCH] Anpassung nach Update jQuery 1.9.1 --- templates/webpages/gl/form_header_chart_balances_js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); } -- 2.20.1