mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 06:26:16 -04:00
fixes #282
This commit is contained in:
parent
14d4226173
commit
a7029cc564
3 changed files with 2 additions and 4 deletions
|
@ -4329,7 +4329,6 @@ jQuery.PrivateBin = (function($, sjcl, Base64, RawDeflate) {
|
|||
{
|
||||
TopNav.collapseBar();
|
||||
TopNav.hideAllButtons();
|
||||
Alert.showLoading('Cloning paste…', 'transfer');
|
||||
|
||||
// hide messages from previous paste
|
||||
me.hideStatusMessages();
|
||||
|
@ -4364,7 +4363,6 @@ jQuery.PrivateBin = (function($, sjcl, Base64, RawDeflate) {
|
|||
PasteViewer.hide();
|
||||
Editor.show();
|
||||
|
||||
Alert.hideLoading();
|
||||
TopNav.showCreateButtons();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue