1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 23:50:11 +01:00

alert removal

This commit is contained in:
Bui 2014-09-28 11:47:36 +09:00 committed by 8chan
parent 037d392e1f
commit 825bcc762d

View File

@ -38,6 +38,8 @@ $page = <<<EOT
if (window.location.pathname === '/' + v + '/') {
faves.pop(v);
localStorage.favorites = JSON.stringify(faves);
alert('As /' + v + '/ no longer exists, it has been removed from your favorites.');
}
})
}