Fixed error with redo action when a list of options is on screen sometimes causing the list to disappear entirely.

This commit is contained in:
ebolam 2022-01-24 15:15:45 -05:00
parent bd0732fbd6
commit a0100ff3cc
1 changed files with 1 additions and 1 deletions

View File

@ -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) {