mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-22 14:30:41 -04:00
avoid StyleCI complaint
This commit is contained in:
parent
0938b59b90
commit
78c186d6bc
3 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue