From a4198731ae43a801e1b1126ebe6ff32badf11e81 Mon Sep 17 00:00:00 2001 From: raphael Date: Mon, 14 Jan 2019 14:49:54 +0100 Subject: [PATCH] add title --- public/js/whiteboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/whiteboard.js b/public/js/whiteboard.js index 0950e69..c740ab6 100644 --- a/public/js/whiteboard.js +++ b/public/js/whiteboard.js @@ -538,7 +538,7 @@ var whiteboard = { var _this = this; var textBox = $('
'+ '
'+ - '
x
'+ + '
x
'+ '
') textBox.click(function(e) { e.preventDefault();