work in progress
[qcg-portal.git] / qcg / templates / qcg / job_submit.html
index 6a712a9..b25ba06 100644 (file)
                 plugins: ['remove_button']
             });
 
+            $('#id_sequence').on("click keyup", function(){
+                $(this).val($(this).val().toUpperCase());
+            });
+            
             // hide delete checkbox in empty env form
             $('#env-form-empty').find('div.form-group:last-of-type').hide();
             $('#env-controls').find('> div').formset({