Update deviceDetails.php

Update target from "panTools" to "panNmap" for function loadNmap();
This commit is contained in:
Carlos V
2023-08-21 19:32:45 +02:00
committed by GitHub
parent 8ea45f5295
commit 7caf1f841a

View File

@@ -2067,7 +2067,7 @@ function initializeTabsNew () {
{
loadPholus();
}
if(target == "#panTools")
if(target == "#panNmap")
{
loadNmap();
}