mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-08-23 21:46:21 +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