Now have functional cmd_move_sample!
[htsworkflow.git] / www / js / magicbc.js
index b7cdae1b28298b07b1d928632cdf717a79d613b0..2044193f17e4fe14a8627325e0882da853aeadae 100644 (file)
@@ -126,6 +126,10 @@ var bcmagic_autofill = function(field, val)
     if (count == input_fields.length)
     {
         bcmagic_status('Form Full', 'Form is now full and ready to process');
+        form = $('form');
+        form.submit();
+        form.reset();
+    
     }
     else
     {