Add shareButton to pad2

This commit is contained in:
yflory
2017-08-18 18:43:04 +02:00
parent beb45740d0
commit e65b2f4e9f
5 changed files with 194 additions and 21 deletions

View File

@@ -63,12 +63,12 @@ define([
});
};
funcs.storeLinkToClipboard = function (readOnly, cb) {
/* funcs.storeLinkToClipboard = function (readOnly, cb) {
ctx.sframeChan.query('Q_STORE_LINK_TO_CLIPBOARD', readOnly, function (err) {
if (cb) { cb(err); }
});
};
*/
// TODO
funcs.feedback = function () {};