Changeset 1831:f9c03525d5ad
- Timestamp:
- 09/11/13 14:52:33 (12 years ago)
- Branch:
- Ticket #1539
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/jsToolBar/jsToolBar.wysiwyg.js
r1753 r1831 46 46 47 47 if (mode == 'xhtml') { 48 this.wwg_mode = true; 48 49 this.draw(mode); 49 50 } else { … … 51 52 this.syncContents('iframe'); 52 53 } 54 this.wwg_mode = false; 53 55 this.removeEditor(); 54 56 this.textarea.style.display = '';
Note: See TracChangeset
for help on using the changeset viewer.