fix: Fixed weird error message if an ajax query goes wrong

pull/3215/head
iglocska 2018-04-24 17:49:27 +02:00
parent b4e780e23a
commit c19e8cf1d2
1 changed files with 1 additions and 1 deletions

View File

@ -1268,7 +1268,7 @@ function simplePopup(url) {
error:function() {
$(".loading").hide();
$("#gray_out").fadeOut();
showMessage('fail', 'Could not fetch the given GnuPG key.');
showMessage('fail', 'Something went wrong - the queried function returned an exception. Contact your administrator for further details (the exception has been logged).');
},
url: url,
});