more pholus debug prints

This commit is contained in:
Jokob-sk
2023-01-01 11:03:11 +11:00
parent a4aaa7282b
commit ec32fca3f9
2 changed files with 16 additions and 2 deletions

View File

@@ -397,7 +397,7 @@ if (isset($_POST['submit']) && submit && isset($_POST['skinselector_set'])) {
<div class="log-area">
<div class="row logs-row">
<textarea id="pialert_pholus_log" class="logs logs-small" cols="70" rows="10" wrap='off' readonly><?php echo file_get_contents( "./log/pialert_pholus_subp.log" ); ?>
<textarea id="pialert_pholus_subp_log" class="logs logs-small" cols="70" rows="10" wrap='off' readonly><?php echo file_get_contents( "./log/pialert_pholus_subp.log" ); ?>
</textarea>
</div>
<div class="row logs-row" >
@@ -729,6 +729,12 @@ function scrollDown()
tempArea = $('#stderr_log');
$(tempArea[0]).scrollTop(tempArea[0].scrollHeight);
tempArea = $('#pialert_pholus_log');
$(tempArea[0]).scrollTop(tempArea[0].scrollHeight);
tempArea = $('#pialert_pholus_subp_log');
$(tempArea[0]).scrollTop(tempArea[0].scrollHeight);
}
function initializeTabs () {