More work done for the transaction controller.

This commit is contained in:
Sander Dorigo
2014-11-12 15:22:01 +01:00
parent d34cc65984
commit 0a627f6f9e
6 changed files with 184 additions and 36 deletions

View File

@@ -15,5 +15,7 @@ if ($('input[name="category"]').length > 0) {
}
$(document).ready(function () {
if(typeof googleTable != 'undefined') {
googleTable('table/transactions/' + what,'transaction-table');
}
});