diff --git a/Bootstrap.Admin/Scripts/Exceptions.js b/Bootstrap.Admin/Scripts/Exceptions.js index 4e4c6813..0cb661c9 100644 --- a/Bootstrap.Admin/Scripts/Exceptions.js +++ b/Bootstrap.Admin/Scripts/Exceptions.js @@ -45,9 +45,9 @@ return $.format('
', ele); }).join(''); $dataForm.children('div').html(html); + $dialog.modal('show'); } }); - $dialog.modal('show'); }); $dialog.on('click', 'a', function () {