mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-19 20:23:17 +01:00
alert removal
This commit is contained in:
parent
037d392e1f
commit
825bcc762d
2
404.php
2
404.php
@ -38,6 +38,8 @@ $page = <<<EOT
|
|||||||
if (window.location.pathname === '/' + v + '/') {
|
if (window.location.pathname === '/' + v + '/') {
|
||||||
faves.pop(v);
|
faves.pop(v);
|
||||||
localStorage.favorites = JSON.stringify(faves);
|
localStorage.favorites = JSON.stringify(faves);
|
||||||
|
|
||||||
|
alert('As /' + v + '/ no longer exists, it has been removed from your favorites.');
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user