mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Clean up code.
This commit is contained in:
2
public/v1/js/ff/reports/index.js
vendored
2
public/v1/js/ff/reports/index.js
vendored
@@ -51,7 +51,7 @@ $(function () {
|
||||
);
|
||||
|
||||
// set report type from cookie, if any:
|
||||
if (!(readCookie('report-type') === null)) {
|
||||
if (null !== readCookie('report-type')) {
|
||||
$('select[name="report_type"]').val(readCookie('report-type'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user