Manage related transactions.

This commit is contained in:
James Cole
2014-12-04 20:38:45 +01:00
parent 4720519aef
commit c9b2e29ba0
20 changed files with 259 additions and 827 deletions

View File

@@ -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.');
// });
//
});
});