From 10c51b02238061aa87b0e685f36bc7c3cd25ee29 Mon Sep 17 00:00:00 2001 From: hodong13 Date: Thu, 15 Oct 2020 06:28:09 +0000 Subject: [PATCH] --- BO/Views/Shared/_Layout.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BO/Views/Shared/_Layout.cshtml b/BO/Views/Shared/_Layout.cshtml index 101939e..4c298ef 100644 --- a/BO/Views/Shared/_Layout.cshtml +++ b/BO/Views/Shared/_Layout.cshtml @@ -238,7 +238,7 @@ } }); - window.history.pushState('forward', null, '#SomeIDYouAreNotUsing'); + //window.history.pushState('forward', null, '#SomeIDYouAreNotUsing'); } });