avoid StyleCI complaint

This commit is contained in:
El RIDO 2018-03-04 13:19:49 +01:00
parent 0938b59b90
commit 78c186d6bc
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
3 changed files with 3 additions and 3 deletions

View file

@ -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();
}
};