From 0fcdca0ec4529d1e63e14b23c8482437dbfd7562 Mon Sep 17 00:00:00 2001 From: yusei <yusei@nexedi.com> Date: Wed, 2 Mar 2016 08:30:16 +0100 Subject: [PATCH] Use event.target. Do not use event.srcElement. --- .../gadget_solve_divergence_dialog.js.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt5/erp5_simulation_fast_input/SkinTemplateItem/portal_skins/erp5_simulation_fast_input/gadget_solve_divergence_dialog.js.xml b/bt5/erp5_simulation_fast_input/SkinTemplateItem/portal_skins/erp5_simulation_fast_input/gadget_solve_divergence_dialog.js.xml index 9dd27189c8..9b2e2e2e3b 100644 --- a/bt5/erp5_simulation_fast_input/SkinTemplateItem/portal_skins/erp5_simulation_fast_input/gadget_solve_divergence_dialog.js.xml +++ b/bt5/erp5_simulation_fast_input/SkinTemplateItem/portal_skins/erp5_simulation_fast_input/gadget_solve_divergence_dialog.js.xml @@ -122,7 +122,7 @@ function loopEventListener(target, type, useCapture, callback) {\n );\n })\n .push(function (data) {\n - event.srcElement.parentElement.parentElement.querySelectorAll(\n + event.target.parentElement.parentElement.querySelectorAll(\n ".listbox-table-data-cell")[2].innerHTML = data.target.response;\n });\n }\n -- 2.30.9