Postponed (maintainer needs more info)
Project:
Yr Weatherdata
Version:
6.x-2.2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2011 at 10:04 UTC
Updated:
25 Sep 2011 at 21:16 UTC
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
Comment #1
tjodolv commentedHello 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?
Comment #2
tjodolv commentedHello 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?
Comment #3
tjodolv commented