save images drawn with whiteboard to your CryptDrive

This commit is contained in:
ansuz
2017-08-02 16:51:41 +02:00
parent fe826133b3
commit 8b0831ac5d
3 changed files with 29 additions and 1 deletions

View File

@@ -1243,6 +1243,13 @@ define([
style: 'font:'+size+' FontAwesome'
});
break;
case 'savetodrive':
button = $('<button>', {
'class': 'fa fa-cloud-upload',
title: Messages.canvas_saveToDrive,
})
.click(prepareFeedback(type));
break;
default:
button = $('<button>', {
'class': "fa fa-question",