Minor updates for database base declare scripts

This commit is contained in:
Clemens Schwaighofer
2020-03-06 15:28:32 +09:00
parent 899ddc011c
commit ed01d248ec
6 changed files with 27 additions and 38 deletions

View File

@@ -496,7 +496,7 @@ function hideOverlayBox()
*/
function ClearCall()
{
$('#actionBox').innerHTML = '';
$('#actionBox').html('');
$('#actionBox').hide();
$('#overlayBox').hide();
}