Add feedback

This commit is contained in:
yflory
2019-03-05 11:17:31 +01:00
parent 9ecd90218c
commit 34cc90bd08
2 changed files with 5 additions and 0 deletions

View File

@@ -2323,6 +2323,10 @@ define([
if (e) { return void console.error(e); }
});
if (val.expire) {
Feedback.send('EXPIRING_PAD-'+val.expire);
}
$creationContainer.remove();
common.createPad(val, function () {
cb();