diff --git a/js/privatebin.js b/js/privatebin.js index e349153..6c64fe9 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -718,14 +718,14 @@ jQuery.PrivateBin = (function($, sjcl, Base64, RawDeflate) { // show error message Alert.showError(Uploader.parseUploadError(status, data, 'getting paste data')); - }) + }); Uploader.setSuccess(function (status, data) { pasteData = data; if (typeof callback === 'function') { return callback(data); } - }) + }); Uploader.run(); }; diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index 25e6312..cc4c4f3 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -75,7 +75,7 @@ if ($MARKDOWN): - + diff --git a/tpl/page.php b/tpl/page.php index 614086b..175d263 100644 --- a/tpl/page.php +++ b/tpl/page.php @@ -54,7 +54,7 @@ if ($QRCODE): - +