Revision 3be68b60
Added by Scott Ullrich over 14 years ago
usr/local/www/installer/installer.php | ||
---|---|---|
731 | 731 |
// Run through all rows and process data |
732 | 732 |
for(var x = 0; x<99; x++) { //optimize me better |
733 | 733 |
if(\$('fstype' + x)) { |
734 |
if(\$('size' + x).value == '') |
|
735 |
\$('size' + x).value = disk_sizes[\$('disk' + x).value]; |
|
734 | 736 |
var fstype = \$F('fstype' + x); |
735 | 737 |
if(fstype.substring(fstype.length - 4) == ".eli") { |
736 | 738 |
\$('encpass' + x).disabled = 0; |
Also available in: Unified diff
Auto insert disk size