mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-21 06:01:46 -04:00
Fix the duplicated message box in comments
This commit is contained in:
parent
5654ef2db8
commit
6dac586f41
2 changed files with 2 additions and 1 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue