1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-03 06:55:03 +03:00
This commit is contained in:
kirsan 2011-06-27 09:12:27 +00:00
parent 18b8501296
commit a0c90232a9

View file

@ -3,7 +3,7 @@ var ls = ls || {};
ls.stream =( function ($) {
this.isBusy = false;
this.subscribe = function (iTargetUserId) {
jls.ajax(aRouter['stream']+'subscribe', {'id':iTargetUserId}, function(data) {
ls.ajax(aRouter['stream']+'subscribe', {'id':iTargetUserId}, function(data) {
if (!data.bStateError) {
ls.msg.notice(data.sMsgTitle,data.sMsg);
}