X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_samples%2Fapi.html;h=a52c938fa3e99c8a9949313abde3532275382e3e;hb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;hp=e9fddacc4ae43d7c18211b310d79b09bfcc4f11b;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/_samples/api.html b/_samples/api.html index e9fddac..a52c938 100644 --- a/_samples/api.html +++ b/_samples/api.html @@ -1,6 +1,6 @@ @@ -21,7 +21,7 @@ CKEDITOR.on( 'instanceReady', function( ev ) document.getElementById( 'eMessage' ).innerHTML = '

Instance ' + ev.editor.name + '<\/code> loaded.<\/p>'; // Show this sample buttons. - document.getElementById( 'eButtons' ).style.visibility = ''; + document.getElementById( 'eButtons' ).style.display = 'block'; }); function InsertHTML() @@ -156,7 +156,7 @@ function ResetDirty()

-