mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Update various things. I know, great description.
This commit is contained in:
		| @@ -200,7 +200,7 @@ export default { | ||||
|       this.getCurrencies(1); | ||||
|     }, | ||||
|     getCurrencies: function(page) { | ||||
|       console.log('loadCurrencies on page ' + page); | ||||
|       // console.log('loadCurrencies on page ' + page); | ||||
|       let url = document.getElementsByTagName('base')[0].href + "api/v1/currencies?page=" + page; | ||||
|       axios.get(url, {}).then((res) => { | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user