mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Enable clone transaction (after a fashion)
This commit is contained in:
1
public/v1/js/ff/transactions/show.js
vendored
1
public/v1/js/ff/transactions/show.js
vendored
@@ -26,6 +26,7 @@ $(function () {
|
||||
$('#linkJournalModal').on('shown.bs.modal', function () {
|
||||
makeAutoComplete();
|
||||
})
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
});
|
||||
|
||||
function getLinkModal(e) {
|
||||
|
Reference in New Issue
Block a user