mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 06:43:23 +00:00
Expand views and JS.
This commit is contained in:
@@ -18,16 +18,4 @@ $(document).ready(function () {
|
||||
if(typeof googleTablePaged != 'undefined') {
|
||||
googleTablePaged('table/transactions/' + what,'transaction-table');
|
||||
}
|
||||
if($('#relateTransaction').length == 1) {
|
||||
$('#relateTransaction').click(relateTransaction);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
function relateTransaction(e) {
|
||||
var target = $(e.target);
|
||||
var ID = target.data('id');
|
||||
alert("TODO remove me");
|
||||
$('#relationModal').empty().load('transaction/relate/' + ID).modal('show');
|
||||
return false;
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user