Prevent dismissing the changelog modal
This commit is contained in:
@@ -881,7 +881,10 @@
|
|||||||
async: true,
|
async: true,
|
||||||
complete: function (xhr, status) {
|
complete: function (xhr, status) {
|
||||||
$("#changelog-modal .modal-body").html(xhr.responseText);
|
$("#changelog-modal .modal-body").html(xhr.responseText);
|
||||||
$('#changelog-modal').modal();
|
$('#changelog-modal').modal({
|
||||||
|
backdrop: 'static',
|
||||||
|
keyboard: false
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user