Forget button in pad2

This commit is contained in:
yflory
2017-08-21 15:20:38 +02:00
parent e4020ba8d4
commit e2d39de143
7 changed files with 205 additions and 30 deletions

View File

@@ -132,6 +132,10 @@ define([
});
});
sframeChan.on('Q_MOVE_TO_TRASH', function (data, cb) {
Cryptpad.moveToTrash(cb);
});
CpNfOuter.start({
sframeChan: sframeChan,
channel: secret.channel,