Some more JS linting.

This commit is contained in:
jgen
2014-04-23 23:39:09 -04:00
parent 887f963e17
commit a105090039
2 changed files with 8 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ $(document).ready(function() {
}
});
});
if($.cookie("ui-blotter2-hidden") == 'true') {
if($.cookie("ui-blotter2-hidden") === 'true') {
$(".shm-blotter2").hide();
}
});