Changeset 1018 for branches/new-dialogs/modules
- Timestamp:
- 08/14/08 15:39:26 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/new-dialogs/modules/Dialogs/XinhaDialog.js
r1017 r1018 297 297 } 298 298 299 if ( modal ) this.editor.deactivateEditor(); 299 if ( modal ) 300 { 301 this.editor.deactivateEditor(); 302 this.editor.currentModal = dialog; 303 } 300 304 301 305 // unfortunately we have to hide the editor (iframe/caret bug) … … 435 439 { 436 440 this.editor.activateEditor(); 441 this.editor.currentModal = null; 437 442 } 438 443 }
