forked from Cavemanon/cavepaintings
Some more JS linting.
This commit is contained in:
@@ -11,7 +11,7 @@ $(document).ready(function() {
|
||||
}
|
||||
});
|
||||
});
|
||||
if($.cookie("ui-blotter2-hidden") == 'true') {
|
||||
if($.cookie("ui-blotter2-hidden") === 'true') {
|
||||
$(".shm-blotter2").hide();
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user