Changeset 1209
- Timestamp:
- 11/08/09 09:21:27 (4 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1204 r1209 3331 3331 // If this IFRAME had been configured for autofocus, we'll focus it now, 3332 3332 // since everything needed to do so is now fully loaded. 3333 if ((typeof editor.config.autofocus != "undefined") && 3333 if ((typeof editor.config.autofocus != "undefined") && editor.config.autofocus !== false && 3334 3334 ((editor.config.autofocus == editor._textArea.id) || editor.config.autofocus == true)) 3335 3335 {
