corretto bug

This commit is contained in:
cesare 2022-12-05 11:52:16 +01:00
parent d6eb27f8f9
commit 586c53e020
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ jQuery(document).delegate('#cleanresult', 'click', function(e) {
$('.canto').each(function() { $('.canto').each(function() {
$(this).attr("style", 'display:none'); $(this).attr("style", 'display:none');
}); });
$( ".minimap_container" ).remove(); $( ".minimap__container" ).remove();
currentMinimap='' currentMinimap=''
} }