PHRAS-322 #fix missing image

This commit is contained in:
Nicolas Le Goff
2014-11-12 19:43:19 +01:00
parent 188a0f44b3
commit 2f261c64b2

View File

@@ -1638,7 +1638,7 @@ function GUI(varname, idbody, skin) {
node.style.left = "50px";
node.style.zIndex = 99;
node.style.visibility = "hidden";
node.src = "cursors/nodrop01.gif";
node.src = "/skins/icons/nodrop01.gif";
dragObj.objCursor = desk.appendChild(node);
desk.onmousemove = function (e) {