change whiteboard

pull/1/head
XWiki SAS 2017-06-13 14:11:22 +02:00
parent 49370764c1
commit 40cf7ea107
1 changed files with 0 additions and 4 deletions

View File

@ -99,9 +99,7 @@ window.canvas = canvas;
canvas.freeDrawingBrush.width = Number(val);
$widthLabel.text(val)
$widthLabel.text(Cryptpad.Messages._getKey("canvas_widthLabel", [val]))
$widthLabel.text("width: " + $width.val())
createCursor();
console.log("change size")
};
updateBrushWidth();
@ -114,8 +112,6 @@ window.canvas = canvas;
$opacityLabel.text(val)
$opacityLabel.text(Cryptpad.Messages._getKey("canvas_opacityLabel", [val]));
createCursor();
console.log("change opacity")
console.log("opacity: " + $opacity.val())
};
updateBrushOpacity();