Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-Groups into main
  • Loading branch information
AndrewPoppe committed Jan 5, 2024
2 parents 3751a13 + 2b9a27c commit 98002ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/system-settings-sags.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ sag_module.openSagEditor = function (sag_id = "", sag_name = "", newSag = false)
if ($('#SAG_Copy')) $('#SAG_Copy').click(copySagButtonCallback);
if ($('#SAG_Delete')) $('#SAG_Delete').click(deleteSagButtonCallback);
})
$("#edit_sag_popup").modal('show');
const edit_sag_popup = new bootstrap.Modal("#edit_sag_popup", { focus: false });
edit_sag_popup.show();
})
.catch(function (error) {
console.error(error);
Expand Down

0 comments on commit 98002ed

Please sign in to comment.