move img folder to images

This commit is contained in:
cracker0dks
2019-06-02 16:49:48 +02:00
parent c0620c6bc8
commit a4f132c703
6 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ var whiteboard = {
sendFunction: null,
canvasWidth: 3000,
canvasHeight: 2000,
backgroundGridUrl: './img/KtEBa2.png'
backgroundGridUrl: './images/KtEBa2.png'
},
loadWhiteboard: function (whiteboardContainer, newSettings) {
var svgns = "http://www.w3.org/2000/svg";