mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-04-09 20:06:53 +00:00
fix it
This commit is contained in:
@@ -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>');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user