Closed (fixed)
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-1.1-beta5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2008 at 18:53 UTC
Updated:
6 Oct 2008 at 01:12 UTC
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
Comment #1
starbow commentedI 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.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.