Changeset 1020 for branches/new-dialogs
- Timestamp:
- 08/15/08 20:31:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new-dialogs/modules/Dialogs/XinhaDialog.js
r1019 r1020 79 79 /* See discussion on ticket #1264: http://xinha.webfactional.com/ticket/1264 80 80 */ 81 this.modal = true; 81 if (this.modal == false) { 82 this.modal = true; 83 alert("Support for modeless dialogs is currently incomplete and has been turned off. " 84 + "See comments at: http://xinha.webfactional.com/ticket/1264"); 85 } 82 86 83 87 if (Xinha.is_ie)
Note: See TracChangeset
for help on using the changeset viewer.