bug fix on on second display when clear added orders

This commit is contained in:
Dev Team
2025-05-22 16:25:42 +06:30
parent eec8b3c600
commit a12cd193c4

View File

@@ -105,7 +105,7 @@
// document.getElementsByTagName( "html" )[0].style[ "font-size" ] = "35px";
$('#s_reload').on('click', function () {
window.location.href = '/origami/second_display';
window.location.reload();
});
});