Procházet zdrojové kódy

[svn r18221] FS#2867 - FCKEditor, audio plugin: Changing the events that triggers refreshing the playback area: onblur ---> onchange. Thus, the playback area does not refresh when it is not necessary.

Ivan Tcholakov před 16 roky
rodič
revize
b352dde8e4

+ 1 - 1
main/inc/lib/fckeditor/editor/plugins/audio/fck_audio.html

@@ -53,7 +53,7 @@ document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
 						</tr>
 						<tr>
 							<td valign="top">
-								<input id="txtUrl" style="width: 100%" type="text" onblur="javascript: UpdatePreview();" />
+								<input id="txtUrl" style="width: 100%" type="text" onchange="javascript: UpdatePreview();" />
 							</td>
 						</tr>
 					</table>