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

belpix’s picture

The same here. It was caused by string #4 in relatedlinks.js:

console.log(Drupal.settings);

Commenting it fixes this bug:

//console.log(Drupal.settings);

Zen’s picture

Version: 6.x-1.0-beta1 » 6.x-1.x-dev
Component: User interface » Code
Assigned: Unassigned » Zen
Status: Active » Fixed

Fixed - thanks for the report.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.