Feature #1744 - Online editor, YouTube plugin: Correction of the returned results of a javascript function.

skala
Ivan Tcholakov 15 years ago
parent dfcfaf5d8d
commit 5117aeecbe
  1. 2
      main/inc/lib/fckeditor/editor/plugins/youtube/youtube.js

@ -197,6 +197,8 @@ function checkCode( code )
{
return false ;
}
return true ;
}
function GetOriginalYoutubeUrl ( url )

Loading…
Cancel
Save