Pulling in barcode magic from sample tracker and starting to update it to use ExtJS
[htsworkflow.git] / htsworkflow / frontend / static / js / magicbc.js
index 2044193f17e4fe14a8627325e0882da853aeadae..b294abd9493dfcc5485535bf45237d4fcde1d292 100644 (file)
@@ -140,7 +140,7 @@ var bcmagic_autofill = function(field, val)
 //---------------------------------------
 // Main Ready Function
 //---------------------------------------
-$(document).ready(function() {
+/*$(document).ready(function() {
         
         // Grab initial focus on magic text input
         $("#id_magic").focus();
@@ -150,4 +150,4 @@ $(document).ready(function() {
         
         // Trigger when enterkey is pressed
         $("#id_magic").keypress(bcmagic_keyhandler)
-});
\ No newline at end of file
+});*/
\ No newline at end of file