Changeset 5322
- Timestamp:
- 03/31/10 16:37:15 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/scayt/dialogs/options.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5321 r5322 117 117 <li><a href="http://dev.fckeditor.net/ticket/5401">#5401</a> : The context menu break layout with Office2003 and V2 skin on IE quirks mode.</li> 118 118 <li><a href="http://dev.fckeditor.net/ticket/4825">#4825</a> : Fixing browser context menu is opened when clicking right mouse button twice.</li> 119 <li><a href="http://dev.fckeditor.net/ticket/5356">#5356</a> : The SCAYT dialog had issues with Prototype enabled pages.</li> 119 120 <li>Updated the following language files:<ul> 120 121 <li>Faroese;</li> -
CKEditor/trunk/_source/plugins/scayt/dialogs/options.js
r5206 r5322 214 214 215 215 // Add buttons titles 216 if ( userDicActive)217 { 218 for ( i in buttons)216 if ( userDicActive ) 217 { 218 for ( i = 0; i < buttons.length; i++ ) 219 219 { 220 220 var button = buttons[ i ]; … … 226 226 227 227 // Fill options and dictionary labels. 228 if ( tags[0] == 1)228 if ( tags[0] == 1 ) 229 229 { 230 230 for ( i in labels )
Note: See TracChangeset
for help on using the changeset viewer.
