mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fixed absolute uri
This commit is contained in:
parent
ebc77540b9
commit
f5216c0d85
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user