Skip to content
Snippets Groups Projects
Commit 36bf3cdb authored by lowercasedonkey's avatar lowercasedonkey
Browse files

remove old code

parent 9bd97d2b
No related branches found
No related tags found
1 merge request!8436Fs pulldown
...@@ -99,7 +99,6 @@ App.UI.facilityRedecoration = function() { ...@@ -99,7 +99,6 @@ App.UI.facilityRedecoration = function() {
V[variable] = O.value; V[variable] = O.value;
App.UI.reload(); App.UI.reload();
}; };
select.append(option);
option.addCustomDOM(select); option.addCustomDOM(select);
} }
...@@ -142,7 +141,6 @@ App.UI.facilityRedecoration = function() { ...@@ -142,7 +141,6 @@ App.UI.facilityRedecoration = function() {
App.UI.reload(); App.UI.reload();
}; };
select.selectedIndex = -1; select.selectedIndex = -1;
select.append(option);
option.addCustomDOM(select); option.addCustomDOM(select);
} }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment