This commit is contained in:
2024-02-09 21:41:54 +02:00
parent be537b5dfc
commit 4470f80098
9 changed files with 1501 additions and 1492 deletions

View File

@@ -208,7 +208,7 @@ if (!$isBattle) {
}
$js .= '$("#priems").html("' . $priem->seeMy(2) . '");';
$js .= '$("#priems").html("' . $priem->seeMy() . '");';
$jslog = $btl->lookmLog() . $btl->lookLog();
if ($jslog != '') {
$js = $jslog . $js;