mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-12 12:48:17 +00:00
Expanded recurring transactions.
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
$(document).ready(function () {
|
||||
|
||||
if (typeof(googleTable) == 'function') {
|
||||
googleTable('table/recurring','recurring-table');
|
||||
}
|
||||
if (typeof(googleTable) == 'function') {
|
||||
googleTable('table/recurring', 'recurring-table');
|
||||
}
|
||||
if (typeof(googleTable) == 'function') {
|
||||
googleTable('table/recurring/' + recurringID + '/transactions', 'transaction-table');
|
||||
}
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user