In the spirit of #1030, fix other JS strings as well.

This commit is contained in:
James Cole
2017-12-02 06:37:23 +01:00
parent b87ef6252c
commit ab689111f9
6 changed files with 12 additions and 20 deletions

View File

@@ -225,7 +225,6 @@
<script type="text/javascript">
// actually spent bar data:
var spent = {{ spent * -1 }}; // must be positive for the calculation to work.
var currencySymbol = "{{ getCurrencySymbol()|raw }}";
// budgeted data:
var budgeted = {{ budgeted }};