+'somestring' equals NaN. Remove what seems to be a typo.

parent 0d47b601
......@@ -198,7 +198,7 @@ $(document).ready(function() {
software_type = '',
software_type_input_value = $('input#software_type').val();
if (software_type_input_value !== '' && software_type_input_value !== 'Software Type here...') {
software_type = +software_type_input_value;
software_type = software_type_input_value;
}
xml += '<instance>\n';
var size = $('#partitionParameter > tbody > tr').length;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment