Same syntax problem as http://drupal.org/node/264670 but this time on a different line. This time it's on line 150 of javascript.js:

Before fix:

  var buttons = {
    'popup_ok': {title: Drupal.t('OK'), func: Drupal.popups.close},
  };

After fix:

  var buttons = {
    'popup_ok': {title: Drupal.t('OK'), func: Drupal.popups.close}
  };

Comments

starbow’s picture

Status: Active » Fixed

I think this is already fixed in -dev, but isn't quite worth cutting a new beta. It will be gone when beta 6 goes out.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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