CIM74 - Mass_update improve feedback

This commit is contained in:
“VeLiTi”
2024-05-02 13:28:47 +02:00
parent 665de3436f
commit e59119fc15
2 changed files with 2 additions and 2 deletions

View File

@@ -370,7 +370,7 @@ async function closePort(){
maintenanceRun = 0; // reset maintenanceRun
// Refresh the page
location.reload();
window.location.reload();
}
async function updateHistory(){

View File

@@ -224,7 +224,7 @@ if ($_SESSION['permission'] == 3 || $_SESSION['permission'] == 4){
<h3>'.$paste_excel_h3.'</h3><h3 id="count"><h3>
</div>
<div class="order-detail">
<textarea id="excel_data" name="excel_data" onchange="countLines()" style="width:100%;height:150px;" placeholder="'.$paste_excel_1.'&#10;'.$paste_excel_2.'"></textarea>
<textarea id="excel_data" name="excel_data" onkeydown="countLines()" style="width:100%;height:150px;" placeholder="'.$paste_excel_1.'&#10;'.$paste_excel_2.'"></textarea>
</div>
<input type="submit" value="'.$button_apply.'" onclick="return confirm(\''.$mass_update_confirm_message.'\')" class="btn">
';