mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Manage related transactions.
This commit is contained in:
@@ -45,25 +45,6 @@ $(function () {
|
||||
remote: 'reminders/dialog'
|
||||
}
|
||||
);
|
||||
|
||||
// trigger on the buttons in the popup
|
||||
|
||||
|
||||
// get some data from somewhere:
|
||||
// $.getJSON('json/reminders').success(function (data) {
|
||||
//
|
||||
// var html = '';
|
||||
// $.each(data,function(i,v) {
|
||||
// html += v.txt;
|
||||
// });
|
||||
//
|
||||
// $('#reminderModal .modal-body').html(html);
|
||||
// $('#reminderModal').modal();
|
||||
// }).fail(function () {
|
||||
// alert('Could not load reminders.');
|
||||
// });
|
||||
//
|
||||
|
||||
});
|
||||
|
||||
});
|
Reference in New Issue
Block a user