Fixes
- 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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user