diff --git a/data/interfaces/default/index.html b/data/interfaces/default/index.html
index a28e3f4f..24e9ae5d 100644
--- a/data/interfaces/default/index.html
+++ b/data/interfaces/default/index.html
@@ -881,7 +881,10 @@
async: true,
complete: function (xhr, status) {
$("#changelog-modal .modal-body").html(xhr.responseText);
- $('#changelog-modal').modal();
+ $('#changelog-modal').modal({
+ backdrop: 'static',
+ keyboard: false
+ });
}
});