- Add shop name in second display
- Slim scroll when order items are more than card's height
- Add change tax audit
This commit is contained in:
Aung Phyo Thant
2025-01-16 14:16:30 +06:30
parent 2350d10f70
commit f368295dea
4 changed files with 43 additions and 9 deletions

View File

@@ -103,6 +103,11 @@
$(document).ready(function () {
//html font-size for second display till 35px!
// document.getElementsByTagName( "html" )[0].style[ "font-size" ] = "35px";
if(!sessionStorage.getItem("visited_second_display")){
sessionStorage.setItem("visited_second_display", true);
window.location.href = '/origami/second_display';
}
$('#s_reload').on('click', function () {
window.location.href = '/origami/second_display';