Help
General ArrowChat talk that doesn't fit any other forum.
User avatar
AGeraldoFranaFilho
Customer
 
Posts: 6
Joined: 25 Nov 2014, 08:29

 

by AGeraldoFranaFilho 29 Dec 2016, 14:15

My "arrowchat_core.js" came encoded .. Impossible to read or change something in it, as in the previous versions.

I need to change the line:
(public/video/?rid=" + b,)
for:
(public/video/?rid=" + b +'&uid='+ u_id +'&friendID='+ j,)

Because I have my own video chat system (webrtc).
I have already changed in "arrowchat_core.deve.js", but it is not useful.

I need a lot of parameter (j) that in previous versions, it worked very well.

Help me out of courtesy.
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 29 Dec 2016, 16:08

You can edit the JavaScript in the arrowchat_core.dev.js file. You'll then need to copy over the code to the arrowchat_core.js file to see the changes on your site. We use /packer/ to compress it: http://dean.edwards.name/packer/
User avatar
AGeraldoFranaFilho
Customer
 
Posts: 6
Joined: 25 Nov 2014, 08:29

 

by AGeraldoFranaFilho 29 Dec 2016, 16:26

Oops ... it worked. Thank you very much