Hi, I just wondered why the icon for the live configurator was inactive and noticed an error in my console "undefined tzhis". So I looked in the file live_configurator.js and it starts with
$(document).ready(
function ()
{
$('a').each(function()
{
var href = $(this).attr('href');
var search = tzhis.search;
There has a little "z" slipped in that doesn't belong there ... tzhis.search should read this.search ;)
Question
marci123
Hi, I just wondered why the icon for the live configurator was inactive and noticed an error in my console "undefined tzhis". So I looked in the file live_configurator.js and it starts with
$(document).ready( function () { $('a').each(function() { var href = $(this).attr('href'); var search = tzhis.search;
There has a little "z" slipped in that doesn't belong there ... tzhis.search should read this.search ;)
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now