From 3caf1f2d369ae88c960ccd022c44e809f908d6e1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 13 Nov 2021 11:00:42 +0100 Subject: [PATCH] Add return statement --- public/v1/js/ff/firefly.js | 1 + 1 file changed, 1 insertion(+) 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: