Fix error message, #68

This commit is contained in:
Daniel 2018-06-22 13:56:12 +00:00
parent 11e1944918
commit c442cdc9fb
2 changed files with 6 additions and 2 deletions

View file

@ -2423,7 +2423,9 @@ INDEX = Template(r"""<!DOCTYPE html>
if (!data.error) {
renderpath(data);
}
console.log("Permission denied.");
else {
console.log("Permission denied.");
}
});
document.getElementById("slide-out").scrollTop = 0;
}

View file

@ -2333,7 +2333,9 @@
if (!data.error) {
renderpath(data);
}
console.log("Permission denied.");
else {
console.log("Permission denied.");
}
});
document.getElementById("slide-out").scrollTop = 0;
}