소스 검색

:bug: Fix error not appearing below comment

rugk 9 년 전
부모
커밋
b0876ea0e0
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      js/privatebin.js

+ 3 - 1
js/privatebin.js

@@ -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