diff --git a/public/v1/js/ff/firefly.js b/public/v1/js/ff/firefly.js index 6715e3db06..91ee63eaeb 100644 --- a/public/v1/js/ff/firefly.js +++ b/public/v1/js/ff/firefly.js @@ -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: