Bored? Looking to kill some time? Want to chat with other SMF users? Join us in IRC chat or Discord
if ('oThemeOptions' in this.opt && this.opt.oThemeOptions.bUseThemeSettings)
if (!bInit && 'oThemeOptions' in this.opt && this.opt.oThemeOptions.bUseThemeSettings)
That should fix the problem:Code: (find) [Select] if ('oThemeOptions' in this.opt && this.opt.oThemeOptions.bUseThemeSettings)Code: (replace with) [Select] if (!bInit && 'oThemeOptions' in this.opt && this.opt.oThemeOptions.bUseThemeSettings)in other words if you have the header collapsed (or any other element that uses smc_Toggle) you will not be able to finish that task.
just had this error myself.. and the fix isnt fixing it :S