Make it possible to save as "HTML only" again by propagating the selected index. b=428666 r=timeless a1.9=mtschrep

This commit is contained in:
mats.palmgren@bredband.net 2008-04-14 10:56:35 -07:00
parent 93814fe9ec
commit 0a1c6dba3c

View File

@ -238,7 +238,7 @@ function selectOnOK()
var isDir = false;
var isFile = false;
retvals.filterIndex = document.getElementById("filterMenuList");
retvals.filterIndex = document.getElementById("filterMenuList").selectedIndex;
retvals.fileURL = null;
if (allowURLs) {