Add notifications in pad2

This commit is contained in:
yflory
2017-08-18 10:47:30 +02:00
parent cf6d8c83b2
commit a96d447e8b
3 changed files with 25 additions and 19 deletions

View File

@@ -128,6 +128,9 @@ define([], function () {
},
getPrivatedata : function () {
return priv;
},
getNetfluxId : function () {
return meta.user.netfluxId;
}
});
};