Add handlers to login and logout buttons

This commit is contained in:
yflory
2017-01-13 17:39:41 +01:00
parent 767ba8b549
commit efed1f5efe
5 changed files with 40 additions and 14 deletions

View File

@@ -98,6 +98,10 @@ define([
return exp;
};
Store.getLoginName = function () {
return storeObj.login_name;
};
var changeHandlers = Store.changeHandlers = [];
Store.change = function (f) {