Private GIT

Skip to content
Snippets Groups Projects
Commit 65a4f59c authored by Guillaume28's avatar Guillaume28
Browse files

fix(useless): Remove useless construct

parent de334640
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,6 @@ if (isset($_GET["acknowledge"])) { ...@@ -142,7 +142,6 @@ if (isset($_GET["acknowledge"])) {
// INIT Select objects // INIT Select objects
construct_selecteList_ndo_instance('instance_selected'); construct_selecteList_ndo_instance('instance_selected');
construct_HostGroupSelectList('hostgroups_selected');
if (document.getElementById("host_search") && document.getElementById("host_search").value) { if (document.getElementById("host_search") && document.getElementById("host_search").value) {
_host_search = document.getElementById("host_search").value; _host_search = document.getElementById("host_search").value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment