corretto bug
This commit is contained in:
parent
d6eb27f8f9
commit
586c53e020
|
@ -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=''
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue