Changeset 2097
- Timestamp:
- 06/19/08 11:56:43 (5 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 edited
-
_whatsnew.html (modified) (1 diff)
-
editor/_source/internals/fcktools.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_whatsnew.html
r2096 r2097 62 62 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2276">#2276</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/2279">#2279</a>] On Opera 63 63 and Firefox 3, the entire page was scrolling on ENTER.</li> 64 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2149">#2149</a>] CSS urls 65 with querystring parameters were not being accepted for CSS values in the configuration 66 file (like EditorAreaCSS).</li> 64 67 </ul> 65 68 <p> -
FCKeditor/trunk/editor/_source/internals/fcktools.js
r1950 r2097 82 82 { 83 83 // Test if the passed argument is an URL. 84 if ( /[\\\/\.] \w*$/.test( cssFileOrArrayOrDef ) )84 if ( /[\\\/\.][^{}]*$/.test( cssFileOrArrayOrDef ) ) 85 85 { 86 86 // The string may have several URLs separated by comma. … … 127 127 { 128 128 // Test if the passed argument is an URL. 129 if ( /[\\\/\.] \w*$/.test( cssFileOrArrayOrDef ) )129 if ( /[\\\/\.][^{}]*$/.test( cssFileOrArrayOrDef ) ) 130 130 { 131 131 // The string may have several URLs separated by comma.
Note: See TracChangeset
for help on using the changeset viewer.
