feedback on template feature usage

pull/1/head
ansuz 2017-05-23 14:54:40 +02:00
parent 38bd6b3808
commit 6324d9bbb0
1 changed files with 2 additions and 0 deletions

View File

@ -445,6 +445,7 @@ define([
Crypt.put(p.hash, val, function () {
common.findOKButton().click();
common.removeLoadingScreen();
common.feedback('TEMPLATE_USED');
});
});
}).appendTo($p);
@ -923,6 +924,7 @@ define([
common.addTemplate(makePad(href, title));
whenRealtimeSyncs(getStore().getProxy().info.realtime, function () {
common.alert(Messages.templateSaved);
common.feedback('TEMPLATE_CREATED');
});
});
};