Skip to content

Commit fb3192e

Browse files
Revert "remove debugger"
This reverts commit d6f2468.
1 parent d6f2468 commit fb3192e

File tree

1 file changed

+1
-0
lines changed
  • EssentialCSharp.Web/wwwroot/js

1 file changed

+1
-0
lines changed

EssentialCSharp.Web/wwwroot/js/site.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ const app = createApp({
152152
}
153153

154154
function goToPrevious() {
155+
debugger;
155156
if (!window.location.href.endsWith("/home")) {
156157
window.location.href = "/" + PREVIOUS_PAGE;
157158
}

0 commit comments

Comments
 (0)