Add handlers to login and logout buttons
This commit is contained in:
@@ -98,6 +98,10 @@ define([
|
||||
return exp;
|
||||
};
|
||||
|
||||
Store.getLoginName = function () {
|
||||
return storeObj.login_name;
|
||||
};
|
||||
|
||||
var changeHandlers = Store.changeHandlers = [];
|
||||
|
||||
Store.change = function (f) {
|
||||
|
||||
Reference in New Issue
Block a user