Skip to content
Snippets Groups Projects
Commit 02249f36 authored by Sadashiv Dalvi's avatar Sadashiv Dalvi
Browse files

Fixing update option not working for use-current

parent fc56585a
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@
function update_options(options, data, parent, value) {
if (parent == '') {
options[data] = value;
}
else {
if (options[parent] == undefined) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment