mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Update index.js
Fix thnigie Signed-off-by: James Cole <james@firefly-iii.org>
This commit is contained in:
@@ -71,7 +71,7 @@ let index = function () {
|
||||
init() {
|
||||
// TODO need date range.
|
||||
// TODO handle page number
|
||||
this.getTransactions(this.page);``
|
||||
this.getTransactions(this.page);
|
||||
|
||||
// Your Javascript code to create the grid
|
||||
// dataTable = createGrid(document.querySelector('#grid'), gridOptions);
|
||||
|
Reference in New Issue
Block a user