From d6831fc208e06384d286bb26681ecd7ce1c0c557 Mon Sep 17 00:00:00 2001 From: Eugenio Marzo Date: Sun, 3 Oct 2021 09:05:32 +0200 Subject: [PATCH] fix it --- html5/kubeinvaders.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/html5/kubeinvaders.js b/html5/kubeinvaders.js index 1531ba5..1dd2b74 100644 --- a/html5/kubeinvaders.js +++ b/html5/kubeinvaders.js @@ -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'); } else { showPodName = true $("#buttonOnlyPodName").text("Hide Pods Name"); - $('#alert_placeholder').replaceWith(alert_div + 'Hit aliens for kill pods'); } }