Jump to content
thirty bees forum
  • 0

Spelling error in live_configurator.js


marci123

Question

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 ;)

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Thanks for this quick fix! I would also add a color definition for the gear icon otherwise it is invisible If in line 36 of live_configurator.css a color definition color: #fff is added to #gear-right i the gear will show up.

gear-right i {

display: block;
padding-top: 10px;
text-align: center;
color: #fff;

}

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...