mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Minor fixes.
This commit is contained in:
2
frontend/src/pages/bills/index.js
vendored
2
frontend/src/pages/bills/index.js
vendored
@@ -57,7 +57,7 @@ const app = new Vue({
|
||||
},
|
||||
});
|
||||
|
||||
new Vue({
|
||||
const calendar = new Vue({
|
||||
i18n,
|
||||
store,
|
||||
el: "#calendar",
|
||||
|
@@ -24,7 +24,6 @@ Debug information generated at {{ now }} for Firefly III version **{{ FF_VERSION
|
||||
| --- | --- |
|
||||
| Installation ID | {{ installationId }} |
|
||||
| Using docker? | {% if isDocker %}true{% else %}false{% endif %} |
|
||||
| Telemetry | {% if telemetry %}true{% else%}false{% endif%} |
|
||||
| Layout | {{ layout }} |
|
||||
| System TZ | {{ tz }} |
|
||||
| Browser TZ | [BrowserTZ] |
|
||||
|
Reference in New Issue
Block a user