Pārlūkot izejas kodu

[svn r18204] FS#2867 - FCKEditor, audio plugin: Making the "Autoplay" option in the dialog to be turned off by default.

Ivan Tcholakov 16 gadi atpakaļ
vecāks
revīzija
10ab04cad2

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

@@ -61,7 +61,7 @@ document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
 			</tr>
 			<tr>
 				<td>
-			            <input type="checkbox" class="CheckBox" checked id="chkAutoplay">
+			            <input type="checkbox" class="CheckBox" id="chkAutoplay">
 						<span fckLang="DlgAudioAutoplay">Autoplay</span>
 				</td>
 			</tr>