@@ -332,7 +332,7 @@ U.MD.D.getuser = function () {
// US.Config.pbl
// "http://localhost:7003/api/pbl/"
U.A.Request(US.Config.pbl + "updatePblMessage", [_user.userid, _name, _type, '16d397f3-b192-11ed-9211-005056b86db5', '', '', "0"], function (res) {
- window.location.reload();
+ // window.location.reload();
}, [], { "type": "POST", "withCredentials": true });
} else {
U.A.Request(US.Config.pbl + "addLoginOperation", [_user.userid], function (res) {