Feature #2132 - "asciisvg" plug-in: Testing, fixing a mistake.

skala
Ivan Tcholakov 15 years ago
parent 41d1ceeeec
commit 1b4c4fe2c4
  1. 2
      main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin.js
  2. 2
      main/inc/lib/fckeditor/editor/plugins/customizations/fckplugin_compressed.js

@ -1147,7 +1147,7 @@ FCK.ResizeToFit = function( width, height, max_width, max_height )
FCKDocumentProcessor_CreateFakeImage = function( fakeClass, realElement )
{
// Premature detection of fake image type is needed here.
if ( fakeClass = 'FCK__UnknownObject' )
if ( fakeClass == 'FCK__UnknownObject' )
{
if ( FCK.IsVideo( realElement ) )
{

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save