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(); }); });