remove obsolete code
This commit is contained in:
parent
b42d8ee8b4
commit
702f853a11
@ -176,7 +176,6 @@ $(document).ready(function () {
|
|||||||
if (isImageFileName(url)) {
|
if (isImageFileName(url)) {
|
||||||
whiteboard.addImgToCanvasByUrl(url);
|
whiteboard.addImgToCanvasByUrl(url);
|
||||||
} else {
|
} else {
|
||||||
var blob = items[i].getAsFile();
|
|
||||||
uploadImgAndAddToWhiteboard(url);
|
uploadImgAndAddToWhiteboard(url);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user