From 78c186d6bcb286be896ffd699e76e1798eced587 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 4 Mar 2018 13:19:49 +0100 Subject: [PATCH] avoid StyleCI complaint --- js/privatebin.js | 2 +- tpl/bootstrap.php | 2 +- tpl/page.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/privatebin.js b/js/privatebin.js index 1c1c99aa..d6d743c0 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -2737,7 +2737,7 @@ jQuery.PrivateBin = (function($, sjcl, Base64, RawDeflate) { */ me.collapseBar = function() { - if ($('#navbar').attr('aria-expanded') == 'true') { + if ($('#navbar').attr('aria-expanded') === 'true') { $('.navbar-toggle').click(); } }; diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index 40c47392..7f725300 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 09456b71..c3f7ba1f 100644 --- a/tpl/page.php +++ b/tpl/page.php @@ -54,7 +54,7 @@ if ($QRCODE): - +