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):
-
+