Closed (fixed)
Project:
Related links
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Dec 2010 at 00:06 UTC
Updated:
25 Dec 2010 at 06:10 UTC
After installing 6.x-1.0-beta1, the controls for expanding collapsing fields when editing a node don't appear in Firefox 3.6.12 or Internet Explorer 8.0.7600.16385. They *do* seem to still work OK in Chrome 8.0.552.215 ...
Comments
Comment #1
belpix commentedThe same here. It was caused by string #4 in relatedlinks.js:
console.log(Drupal.settings);
Commenting it fixes this bug:
//console.log(Drupal.settings);
Comment #2
Zen commentedFixed - thanks for the report.