Changeset 690
- Timestamp:
- 09/07/06 13:36:32 (2 years ago)
- Files:
-
- 1 modified
-
Branches/2.1/core/js/Story.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Branches/2.1/core/js/Story.js
r689 r690 245 245 { 246 246 case 9: // Tab 247 if(config.options.chkInsertTabs && ( target.tagName.toLowerCase() == "input" || target.tagName.toLowerCase() == "textarea"))247 if(config.options.chkInsertTabs && target.tagName.toLowerCase() == "textarea") 248 248 { 249 249 replaceSelection(target,String.fromCharCode(9));
