From e764dd375a2e9a1140606017a1277367232a7948 Mon Sep 17 00:00:00 2001 From: Marco De Donno Date: Sun, 17 May 2020 14:09:20 +0200 Subject: [PATCH] Remove the "Get (E)SLR" dialog on outside click --- js/pianos4_tool_LR.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/pianos4_tool_LR.js b/js/pianos4_tool_LR.js index 03232e9..0498399 100644 --- a/js/pianos4_tool_LR.js +++ b/js/pianos4_tool_LR.js @@ -740,6 +740,11 @@ function Pianos4ToolLR( params ) { $( this ).remove(); }, + open: function() + { + $( "#pianos4_getlr" ).dialog( "close" ); + $( "#pianos4_getlr" ).remove(); + }, buttons : { 'Reload' : function() { -- GitLab