This commit is contained in:
Eugenio Marzo
2021-10-03 09:05:32 +02:00
parent ff99a0f93f
commit d6831fc208

View File

@@ -570,12 +570,10 @@ function showPodNameControl() {
if (showPodName) {
showPodName = false;
$("#buttonOnlyPodName").text("Show Pods Name");
$('#alert_placeholder').replaceWith(alert_div + 'Hit aliens for show name of pods</div>');
}
else {
showPodName = true
$("#buttonOnlyPodName").text("Hide Pods Name");
$('#alert_placeholder').replaceWith(alert_div + 'Hit aliens for kill pods</div>');
}
}