One of our clients is having trouble loading our website content stored in ICanHaz Templates. Script tag(s) like the following are completely missing from the source code when rendered to the browser.
<script id="myTemplate" type="text/html"> .... </script>
This is causing a javascript error when calling
ich.myTemplate(templateData);
As well, calling ich.grabTemplates() doesn't work because no templates are rendered. We have over 250 clients and only 1 of them is reporting this issue. The templates are loaded from the same domain as the rest of the site.
It is occurring in both the IE 9 & 10 and the latest version of Chrome on their machines. OS - Windows 7.
We are thinking this is an Internet Options setting/Browser setting/firewall issue. Any ideas? Having trouble reproducing.
Thanks, Matt