Minor fixes.

This commit is contained in:
James Cole 2021-12-03 18:39:45 +01:00
parent 1419176094
commit 775492b391
3 changed files with 2 additions and 3 deletions

View File

@ -18,4 +18,4 @@ jobs:
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

View File

@ -57,7 +57,7 @@ const app = new Vue({
},
});
new Vue({
const calendar = new Vue({
i18n,
store,
el: "#calendar",

View File

@ -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] |