Finally implemented repeated expenses properly. [skip ci]

This commit is contained in:
James Cole
2014-12-30 15:17:01 +01:00
parent c0c37eec7b
commit b451e207e2
17 changed files with 648 additions and 474 deletions

View File

@@ -1,5 +1,8 @@
$(function () {
$('#help').click(showHelp);
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
});
function showHelp(e) {