Browse Source

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

Ivan Tcholakov 14 years ago
parent
commit
5117aeecbe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      main/inc/lib/fckeditor/editor/plugins/youtube/youtube.js

+ 2 - 0
main/inc/lib/fckeditor/editor/plugins/youtube/youtube.js

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