diff --git a/examples/demo.js b/examples/demo.js index 38970f02..13e7d24c 100644 --- a/examples/demo.js +++ b/examples/demo.js @@ -165,41 +165,13 @@ window.onload = function() { }); - - // File handling - $('#addStep select').on('change', selectNewStepUI); function selectNewStepUI() { - $('#options').html(''); var m = $('#addStep select').val(); - for(var input in modulesInfo[m].inputs) { - var inputUI = ""; - var inputDesc = modulesInfo[m].inputs[input]; - if (inputDesc.type.toLowerCase() == "select") { - inputUI += ""; - } - else { - inputUI = ""; - } - $('#options').append( - '
Select a new module to add to your sequence.
+