Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hi,
I was wondering how can I make this popup and minimize just like when you click on "#lhc_min"
Here is the pic for better understanding:
If you could give me a hint, that would be astonishing.
Thanks very much.
Last edited by deni (2015-05-14 10:49:16)
Offline
Sorry, but what you are trying to achieve in general?
Offline
When I minimize the chat I'm trying to make it popup back by clicking on the red marked area.
Offline
Anything?
Offline
Just use github search to find current code which does that and adopt...
Offline
I already did..
I will post it here:
document.getElementById('lhc_min').onclick = function() { lhc_obj.min(); return false; };
but I need these two IDs (online - offline) as well, and JavaScript doesn't allow multiple IDs...
Offline
Pages: 1