mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix indentation
This commit is contained in:
parent
afd13874fd
commit
2451baafa0
@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
if (isStorageSupported()) {
|
if (isStorageSupported()) {
|
||||||
lastFilter = JSON.parse(localStorage.getItem('last:calendar_filter'));
|
lastFilter = JSON.parse(localStorage.getItem('last:calendar_filter'));
|
||||||
lastView = localStorage.getItem('last:calendar_view');
|
lastView = localStorage.getItem('last:calendar_view') || lastView;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Setup state/status filter
|
// Setup state/status filter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user