A website that I'm working on has a lot of Javascript running on it. One is a a chat widget that allows operators to communicate with customers. The issue I'm running into is that when an operator tries to send a link to a customer, the link is unclickable. Upon further inspection it seems that something is appending "http:// " or "http://%20" to the front of whatever's in the 'href'.
So a link would be changed to "http:// http://example.com". Thus confusing the customer when it's unclickable. I've been looking around but I'm getting dead ends. Any suggestions on what to look for? None of the code I've looked at does any appending so I'm drawing blanks here.