Hi
After adding the script to my project i have the following error visible in the firebug console:
TypeError: cookies[i].split is not a function
thrown by "var kv = cookies[i].split('=');" inside "_initCache: function()"
Situation as is: there are no cookies from that domain.
May it be that there is an error handling missing, if cookies is not filled correctly?
Hi
After adding the script to my project i have the following error visible in the firebug console:
TypeError: cookies[i].split is not a function
thrown by "var kv = cookies[i].split('=');" inside "_initCache: function()"
Situation as is: there are no cookies from that domain.
May it be that there is an error handling missing, if cookies is not filled correctly?