Fix error message, #68
This commit is contained in:
parent
11e1944918
commit
c442cdc9fb
2 changed files with 6 additions and 2 deletions
|
@ -2423,7 +2423,9 @@ INDEX = Template(r"""<!DOCTYPE html>
|
||||||
if (!data.error) {
|
if (!data.error) {
|
||||||
renderpath(data);
|
renderpath(data);
|
||||||
}
|
}
|
||||||
console.log("Permission denied.");
|
else {
|
||||||
|
console.log("Permission denied.");
|
||||||
|
}
|
||||||
});
|
});
|
||||||
document.getElementById("slide-out").scrollTop = 0;
|
document.getElementById("slide-out").scrollTop = 0;
|
||||||
}
|
}
|
||||||
|
|
4
dev.html
4
dev.html
|
@ -2333,7 +2333,9 @@
|
||||||
if (!data.error) {
|
if (!data.error) {
|
||||||
renderpath(data);
|
renderpath(data);
|
||||||
}
|
}
|
||||||
console.log("Permission denied.");
|
else {
|
||||||
|
console.log("Permission denied.");
|
||||||
|
}
|
||||||
});
|
});
|
||||||
document.getElementById("slide-out").scrollTop = 0;
|
document.getElementById("slide-out").scrollTop = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue