Changeset 1030

Show
Ignore:
Timestamp:
2007-10-16 13:47:00 (2 years ago)
Author:
fredck
Message:

Fixed #1399 : Removed the empty entry from the languages combo in sample03.html.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/_samples/html/sample03.html

    r788 r1030  
    3939 
    4040        var oCombo = document.getElementById( 'cmbLanguages' ) ; 
     41 
     42        // Remove all options. (#1399) 
     43        oCombo.innerHTML = '' ; 
    4144 
    4245        var aLanguages = new Array() ;