Skip to content

Commit cf8002f

Browse files
committed
Fix indentation
1 parent 2da9e0e commit cf8002f

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
@@ -373,7 +373,7 @@ function hardLoad(url, replace) {
373373
window.history.replaceState(null, "", "#")
374374
window.location.replace(url)
375375
} else{
376-
window.location.assign(url)
376+
window.location.assign(url)
377377
}
378378
}
379379

0 commit comments

Comments
 (0)