fix console log bug
This commit is contained in:
parent
e7f923a999
commit
9f7c780e16
@ -51,7 +51,7 @@ if (disableSmallestScreen) {
|
|||||||
console.log("Disabled showing smallest screen resolution!");
|
console.log("Disabled showing smallest screen resolution!");
|
||||||
}
|
}
|
||||||
if (webdav) {
|
if (webdav) {
|
||||||
consolewebDav.log("Webdav save is enabled!");
|
console.log("Webdav save is enabled!");
|
||||||
}
|
}
|
||||||
|
|
||||||
app.get('/loadwhiteboard', function (req, res) {
|
app.get('/loadwhiteboard', function (req, res) {
|
||||||
|
Loading…
Reference in New Issue
Block a user