From a0100ff3ccc10bcf39db6e458357e53ca0055ab5 Mon Sep 17 00:00:00 2001 From: ebolam Date: Mon, 24 Jan 2022 15:15:45 -0500 Subject: [PATCH] Fixed error with redo action when a list of options is on screen sometimes causing the list to disappear entirely. --- static/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/application.js b/static/application.js index dea85228..64b43f86 100644 --- a/static/application.js +++ b/static/application.js @@ -2349,8 +2349,8 @@ $(document).ready(function(){ button_actfwd.on("click", function(ev) { hideMessage(); + //hidegenseqs(); socket.send({'cmd': 'redo', 'data': ''}); - hidegenseqs(); }); button_actmem.on("click", function(ev) {