Fix the duplicated message box in comments

This commit is contained in:
Ribas160 2025-05-24 12:35:59 +03:00
parent 5654ef2db8
commit 6dac586f41
2 changed files with 2 additions and 1 deletions

View file

@ -5416,6 +5416,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
me.run = function(paste)
{
Alert.hideMessages();
Alert.setCustomHandler(null);
Alert.showLoading('Decrypting paste…', 'cloud-download');
if (typeof paste === 'undefined' || paste.type === 'click') {