mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
Fix #10413
This commit is contained in:
@@ -24,4 +24,12 @@ $(function () {
|
||||
if (typeof(lineChart) === 'function' && typeof(piggyBankID) !== 'undefined') {
|
||||
lineChart('chart/piggy-bank/' + piggyBankID, 'piggy-bank-history');
|
||||
}
|
||||
});
|
||||
|
||||
// on submit of logout button:
|
||||
$('.reset-link').click(function(e) {
|
||||
console.log('here we are');
|
||||
e.preventDefault();
|
||||
document.getElementById('reset-form').submit();
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user