This commit is contained in:
luckysideburn
2024-04-07 17:51:07 +00:00
parent 0e56bd0ab6
commit f5a5af8061
2 changed files with 4 additions and 10 deletions

View File

@@ -15,6 +15,10 @@ function closeCurrentChaosJobModal() {
}
function showSetCurrentChaosContainer() {
if (is_demo_mode()) {
demo_mode_alert();
return;
}
$('#alert_placeholder2').text('');
getCurrentChaosContainer();
$('#setChaosContainerModal').modal('show');