mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fixed some JS things [skip ci]
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| /* global $ */ | ||||
| /* global $, googleLineChart, accountID, token */ | ||||
|  | ||||
|  | ||||
| // Return a helper with preserved width of cells | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| /* globals $, budgeted:false, currencySymbol, budgetIncomeTotal ,budgetedMuch, budgetedPercentage, token, budgetID, repetitionID, spent, budgeted*/ | ||||
| /* globals $, budgeted:true, currencySymbol, budgetIncomeTotal ,budgetedMuch, budgetedPercentage, token, budgetID, repetitionID, spent, googleLineChart */ | ||||
|  | ||||
| function drawSpentBar() { | ||||
|     "use strict"; | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| /* globals $, categoryID */ | ||||
| /* globals $, categoryID, googleColumnChart */ | ||||
| $(function () { | ||||
|     "use strict"; | ||||
|     if (typeof categoryID !== 'undefined') { | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| /* globals start, end, dateRangeURL, everything, firstDate, moment, currentMonthName, $, previousMonthName, nextMonthName, applyLabel, cancelLabel, toLabel, customRangeLabel, fromLabel, */ | ||||
| /* globals token, start, end, dateRangeURL, everything, firstDate, moment, currentMonthName, $, previousMonthName, nextMonthName, applyLabel, cancelLabel, toLabel, customRangeLabel, fromLabel, */ | ||||
| $(function () { | ||||
|     "use strict"; | ||||
|     $('.currencySelect').click(currencySelect); | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| /* globals google */ | ||||
| /* globals $, googleColumnChart, google, googleLineChart, googlePieChart, googleStackedColumnChart */ | ||||
| google.setOnLoadCallback(drawChart); | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| /* globals $, googleLineChart, token */ | ||||
| /* globals $, googleLineChart, token, piggyBankID */ | ||||
|  | ||||
| // Return a helper with preserved width of cells | ||||
| var fixHelper = function (e, tr) { | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| /* globals expenseRestShow:true, incomeRestShow:true, year, shared, month, hideTheRest, showTheRest, showTheRestExpense, hideTheRestExpense, googleColumnChart, googleLineChart, googleStackedColumnChartg  */ | ||||
| /* globals google, expenseRestShow:true, incomeRestShow:true, year, shared, month, hideTheRest, showTheRest, showTheRestExpense, hideTheRestExpense, googleColumnChart, googleLineChart, googleStackedColumnChart  */ | ||||
| if (typeof(google) !== 'undefined') { | ||||
|     google.setOnLoadCallback(drawChart); | ||||
| } | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| /* globals zoomLevel, token, google, latitude, longitude */ | ||||
| /* globals zoomLevel, token, google, latitude, longitude, doPlaceMarker */ | ||||
| $(function () { | ||||
|     "use strict"; | ||||
|     /* | ||||
|   | ||||
		Reference in New Issue
	
	Block a user