From 567fa8b61f8f1fa5d24ab31f59ee474cf0854c19 Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 22 May 2018 11:43:44 +0200 Subject: [PATCH] Add semicolon required by codacy --- js/privatebin.js | 4 ++-- tpl/bootstrap.php | 2 +- tpl/page.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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): - +