mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-09 11:18:10 +00:00
10 lines
320 B
JavaScript
10 lines
320 B
JavaScript
$(document).ready(function () {
|
|
|
|
if (typeof(googleTable) == 'function') {
|
|
googleTable('table/recurring', 'recurring-table');
|
|
}
|
|
if (typeof(googleTable) == 'function') {
|
|
googleTable('table/recurring/' + recurringID + '/transactions', 'transaction-table');
|
|
}
|
|
}
|
|
); |