createPipe: function(pipe, options) {
var duplicates = $('#'+chanPubId); // if the channel already
exists
var chanPubId = pipe.getPubid(); // channel id of channel being
created
var _this = this;
if (!duplicates.length) {
$('div#CBTab.'+chanPubId).bind('click', {pipe: pipe,
options:options}, function(event) {
var data = event.data;
myPipe = data.pipe;
chanPubId = myPipe.getPubid();
_this.setCurrentPipe(chanPubId);
});
$('.chatBoxmsginCon').hide();
$('div#'+chanPubId+'.chatBoxmsginCon').show();
$('.showUsersToggleFrame').hide();
}
//Hide other pipe and show this one
MyPubId = pipe.ape.user.pubid;
this.setCurrentPipe(pipe.getPubid());
},
Envoyé de mon iPad
> Le 2014-06-29 à 20:50, Jacob <[email protected]> a écrit :
>
> That's what I was thinking, do you know any way around this? Thank you for
> your help
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "APE Project" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/ape-project?hl=en
> ---
> APE Project (Ajax Push Engine)
> Official website : http://www.ape-project.org/
> Git Hub : http://github.com/APE-Project/
>
> ---
> You received this message because you are subscribed to the Google Groups
> "APE Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
--
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/
---
You received this message because you are subscribed to the Google Groups "APE
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.