witten
/
luminotes
Archived
1
0
Fork 0

Only adding black focused border to iframes, not static divs.

This commit is contained in:
Dan Helfman 2009-01-23 14:36:12 -08:00
parent 403ce9d305
commit 8cd63ee661
1 changed files with 2 additions and 2 deletions

View File

@ -984,9 +984,9 @@ Editor.prototype.focus = function ( suppress_signal ) {
if ( this.div && this.edit_enabled )
this.claim_iframe();
addElementClass( this.iframe || this.div, "focused_note_frame" );
if ( this.iframe ) {
addElementClass( this.iframe, "focused_note_frame" );
if ( OPERA )
this.iframe.focus();
else