Changeset 2257
- Timestamp:
- 2008-07-22 09:36:08 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/branches/features/new_samples/_samples/html/sample16.html
r2235 r2257 54 54 <td style="width: 100%"> 55 55 <script type="text/javascript"> 56 if ( document.location.protocol == 'file:' ) 57 alert( 'Warning: This samples does not work when loaded from local filesystem due to security restrictions implemented in Flash.' 58 + '\n\nPlease load the sample from a web server instead.') ; 56 59 <!-- 57 60 // Automatically calculates the editor base path based on the _samples directory.