Changeset 1626:84d5e1af578c
- Timestamp:
- 08/28/13 15:10:58 (10 years ago)
- Branch:
- Ticket #1613
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/jsToolBar/jsToolBar.wysiwyg.js
r925 r1626 209 209 210 210 This.setSwitcher(); 211 setTimeout(function(){This.focusEditor();},1);211 try { This.iwin.document.designMode = 'on'; } catch (e) {}; // Firefox needs this 212 212 213 213 return true;
Note: See TracChangeset
for help on using the changeset viewer.