mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Add return statement
This commit is contained in:
1
public/v1/js/ff/firefly.js
vendored
1
public/v1/js/ff/firefly.js
vendored
@@ -29,6 +29,7 @@ $(function () {
|
||||
$('.logout-link').click(function(e) {
|
||||
e.preventDefault();
|
||||
document.getElementById('logout-form').submit();
|
||||
return false;
|
||||
});
|
||||
|
||||
// on submit of form, disable any button in form:
|
||||
|
Reference in New Issue
Block a user