This commit is contained in:
El RIDO 2018-06-30 15:59:54 +02:00
parent 14d4226173
commit a7029cc564
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
3 changed files with 2 additions and 4 deletions

View file

@ -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();
};