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
No related merge requests found
......@@ -99,7 +99,6 @@ App.UI.facilityRedecoration = function() {
V[variable] = O.value;
App.UI.reload();
};
select.append(option);
option.addCustomDOM(select);
}
......@@ -142,7 +141,6 @@ App.UI.facilityRedecoration = function() {
App.UI.reload();
};
select.selectedIndex = -1;
select.append(option);
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