mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 20:01:33 +02:00
feat: add back button
This commit is contained in:
parent
d0724d56fb
commit
b82ad56691
7 changed files with 40 additions and 18 deletions
|
@ -37,14 +37,3 @@ const marginBottom = {
|
|||
</div>
|
||||
)}
|
||||
</header>
|
||||
|
||||
<!-- <script is:inline>
|
||||
function _handleBack(e) {
|
||||
if (window.history.length > 2) {
|
||||
e.preventDefault()
|
||||
window.history.back()
|
||||
return false
|
||||
}
|
||||
return true
|
||||
}
|
||||
</script> -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue