Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Dear Administrator/All,
When I am debugging the widget, I see the web page loading and a call coming into index.php.
The output is
/*! Cookies.js - 0.4.0; Copyright (c) 2014, Scott Hamper; http://www.opensource.org/licenses/MIT */ (function(e){"use strict";var b=function(a,d,c){return 1===arguments.length?b.get(a):b.set(a,d,c)};
..............................................
Is this your own code, or is it a modified version of cookies.js or some other code available on the internet.
If so, can you show the source.
Also which file contains this source code?
Thanks
Thambi
Offline
Hi,
Request first comes to
https://github.com/LiveHelperChat/liveh … status.php
then it loads this template
https://github.com/LiveHelperChat/liveh … us.tpl.php
The last one template include few more templates
The code you showed above is modified version of Cookies.js library to avoid conflict with third party libraries.
Offline
Pages: 1