I had to add a try/catch statement yr_verdata.js

  // Add the tabs.
  try{
    if ($.ui.version.match('1.7') || $.ui.version.match('1.8')) { // Modern, for those using jquery_update module.
      $("#yr-content").tabs();
    }
    if ($.ui.version.match('1.6')) { // Not so modern.
      $("#yr-content > ul").tabs();
    }
  }catch(e){
    
  }

Comments

tjodolv’s picture

Hello there. I haven't seen or heard about this bug before. Can you give me some more information on why this would work, and what other modules you are using?

tjodolv’s picture

Hello again. Can I get some more info on this? For example what other modules you are using, and as mentioned, why the js from yr_verdata is the culprit?

tjodolv’s picture

Status: Active » Postponed (maintainer needs more info)