Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
[CODE=javascript] this.$valueInput = this.$target.find(this.options.valueInput); if (!this.$valueInput.length) { console.error('No value input found matching selector %s', this.options.valueInput); return false; }[/CODE] needs to be[CODE=javascript] this.$valueInput = XF.findRelativeIf(this.options.valueInput, this.$target); if (!this.$valueInput.length) { console.error('No value input found matching selector %s', this.options.valueInput); return false; }[/CODE]
[CODE=javascript] this.$valueInput = this.$target.find(this.options.valueInput);
if (!this.$valueInput.length)
{
console.error('No value input found matching selector %s', this.options.valueInput);
return false;
}[/CODE] needs to be
[CODE=javascript] this.$valueInput = XF.findRelativeIf(this.options.valueInput, this.$target);
}[/CODE]
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences