From 4cb0374e11f77725877706070446c150e7ff61e6 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Mon, 6 Feb 2017 20:16:03 +0100 Subject: [PATCH] readding accidentally removed line of #173 --- js/privatebin.js | 2 ++ tpl/bootstrap.php | 2 +- tpl/page.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/js/privatebin.js b/js/privatebin.js index 04e70ee8..350d1bf8 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -1043,6 +1043,8 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) { this.password.addClass('hidden'); this.showStatus(i18n._('Sending paste...'), true); + this.stateSubmittingPaste(); + var randomkey = sjcl.codec.base64.fromBits(sjcl.random.randomWords(8, 0), 0), password = this.passwordInput.val(); if(files && files[0]) diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index 1e1a005e..6e53b4db 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -69,7 +69,7 @@ if ($MARKDOWN): - + diff --git a/tpl/page.php b/tpl/page.php index 8209bb73..5596b310 100644 --- a/tpl/page.php +++ b/tpl/page.php @@ -47,7 +47,7 @@ if ($MARKDOWN): - +