mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-05-22 00:22:57 +00:00
fix
This commit is contained in:
@@ -15,6 +15,10 @@ function closeCurrentChaosJobModal() {
|
||||
}
|
||||
|
||||
function showSetCurrentChaosContainer() {
|
||||
if (is_demo_mode()) {
|
||||
demo_mode_alert();
|
||||
return;
|
||||
}
|
||||
$('#alert_placeholder2').text('');
|
||||
getCurrentChaosContainer();
|
||||
$('#setChaosContainerModal').modal('show');
|
||||
|
||||
Reference in New Issue
Block a user