Skip to content

Commit 3c17ac3

Browse files
committed
Fix indentation
1 parent 72cf603 commit 3c17ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.pjax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ function hardLoad(url, replace) {
374374
window.history.replaceState(null, "", "#")
375375
window.location.replace(url)
376376
} else{
377-
window.location.assign(url)
377+
window.location.assign(url)
378378
}
379379
}
380380

0 commit comments

Comments
 (0)