From a12cd193c4fdae1da51e6a8dcd5b9546cbffe5e8 Mon Sep 17 00:00:00 2001 From: Dev Team Date: Thu, 22 May 2025 16:25:42 +0630 Subject: [PATCH] bug fix on on second display when clear added orders --- app/views/foodcourt/second_display/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/foodcourt/second_display/index.html.erb b/app/views/foodcourt/second_display/index.html.erb index 48fc266e..626f9ffb 100644 --- a/app/views/foodcourt/second_display/index.html.erb +++ b/app/views/foodcourt/second_display/index.html.erb @@ -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(); }); });