mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 03:00:14 +00:00
Code for #3052
This commit is contained in:
6
public/v1/js/ff/transactions/show.js
vendored
6
public/v1/js/ff/transactions/show.js
vendored
@@ -27,8 +27,14 @@ $(function () {
|
||||
makeAutoComplete();
|
||||
})
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
|
||||
$('#clone_button').click(cloneNewFunction);
|
||||
});
|
||||
|
||||
function cloneNewFunction() {
|
||||
return confirm(newCloneInstructions);
|
||||
}
|
||||
|
||||
function getLinkModal(e) {
|
||||
var button = $(e.currentTarget);
|
||||
var journalId = parseInt(button.data('journal'));
|
||||
|
Reference in New Issue
Block a user