🐛 Fix error not appearing below comment

pull/180/head
rugk 7 years ago
parent da094e2853
commit b0876ea0e0
No known key found for this signature in database
GPG Key ID: 05D40A636AFAB34D

@ -3426,11 +3426,13 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) {
Uploader.setFailure(function (status, data) {
// revert loading status…
Alert.hideLoading();
Alert.setCustomHandler(null);
TopNav.showViewButtons();
// show error message
Alert.showError(Uploader.parseUploadError(status, data, 'post comment'));
// reset error handler
Alert.setCustomHandler(null);
});
// fill it with unencrypted params

Loading…
Cancel
Save