убрал зависающий кулак
This commit is contained in:
parent
3893a1c734
commit
e2daf51a5f
@ -1,5 +1,9 @@
|
||||
<?php
|
||||
|
||||
echo "
|
||||
<script>
|
||||
let elem = document.getElementById('se-pre-con');
|
||||
elem.parentNode.removeChild(elem);
|
||||
</script>";
|
||||
use DarksLight2\Training\TrainingManager;
|
||||
use DarksLight2\Battle\Techniques\TechniqueCategoryEntity;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user