Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
iv
erp5
Commits
404e2c86
Commit
404e2c86
authored
9 years ago
by
Yusei Tahara
Browse files
Options
Download
Email Patches
Plain Diff
Use event.target. Do not use event.srcElement.
parent
3d42e2b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bt5/erp5_simulation_fast_input/SkinTemplateItem/portal_skins/erp5_simulation_fast_input/gadget_solve_divergence_dialog.js.xml
...mulation_fast_input/gadget_solve_divergence_dialog.js.xml
+1
-1
No files found.
bt5/erp5_simulation_fast_input/SkinTemplateItem/portal_skins/erp5_simulation_fast_input/gadget_solve_divergence_dialog.js.xml
View file @
404e2c86
...
...
@@ -120,7 +120,7 @@ function loopEventListener(target, type, useCapture, callback) {\n
);\n
})\n
.push(function (data) {\n
event.
srcElemen
t.parentElement.parentElement.querySelectorAll(\n
event.
targe
t.parentElement.parentElement.querySelectorAll(\n
".listbox-table-data-cell")[2].innerHTML = data.target.response;\n
});\n
}\n
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment