This commit is contained in:
Hell13Cat
2022-04-23 21:28:03 +03:00
parent 1738f647ce
commit cd717bfa75
11 changed files with 37 additions and 17 deletions
-1
View File
@@ -3,7 +3,6 @@ function getRandomInt(min, max) {
}
function start() {
document.getElementById('bodydiv').style.visibility = "hidden";
var last_ch_id = document.cookie.replace(/(?:(?:^|.*;\s*)idchaptlast\s*\=\s*([^;]*).*$)|^.*$/, "$1");
if(last_ch_id == "") {
document.getElementById('lastchbutton').textContent = "Последней главы нет";