mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-04 05:15:39 +00:00 
			
		
		
		
	Fixed absolute uri
This commit is contained in:
		@@ -47,7 +47,7 @@ function getBoxAmounts() {
 | 
			
		||||
    var boxes = ['in', 'out', 'bills-unpaid', 'bills-paid'];
 | 
			
		||||
    for (var x in boxes) {
 | 
			
		||||
        var box = boxes[x];
 | 
			
		||||
        $.getJSON('/json/box/' + box).success(putData).fail(failData);
 | 
			
		||||
        $.getJSON('json/box/' + box).success(putData).fail(failData);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user