<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -37,14 +37,14 @@ YQLAutoTagger = function(){
     }
   }
   function YQLreceived(o){
+    if(cfg.disableField === true){
+      tagField.removeAttribute('disabled');
+    }
+    if(cfg.loadingClass !== ''){
+      var cl = inputField.className;
+      inputField.className = cl.replace(cfg.loadingClass,'');
+    }
     if(o.query &amp;&amp; o.query.results){
-      if(cfg.disableField === true){
-        tagField.removeAttribute('disabled');
-      }
-      if(cfg.loadingClass !== ''){
-        var cl = inputField.className;
-        inputField.className = cl.replace(cfg.loadingClass,'');
-      }
       var tags = o.query.results.Result;
       if(typeof tags!=='string'){
         if(cfg.addQuotes === true){</diff>
      <filename>YQLAutoTagger.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2b9117928a917467004fd501308d7bb49f3f0c78</id>
    </parent>
  </parents>
  <author>
    <name>Christian Heilmann</name>
    <email>chris.heilmann@gmail.com</email>
  </author>
  <url>http://github.com/codepo8/YQLAutoTagger/commit/1b56583e6362d58ad9669cff75a0f542841616cc</url>
  <id>1b56583e6362d58ad9669cff75a0f542841616cc</id>
  <committed-date>2009-10-29T06:57:59-07:00</committed-date>
  <authored-date>2009-10-29T06:57:59-07:00</authored-date>
  <message>fixing error handlint</message>
  <tree>365f0ede13078216c2239e86b26d5d3fd3ac9bde</tree>
  <committer>
    <name>Christian Heilmann</name>
    <email>chris.heilmann@gmail.com</email>
  </committer>
</commit>
