/[refeed]/trunk/style/dom.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/style/dom.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9 by dpavlin, Thu Jul 6 10:30:58 2006 UTC revision 10 by dpavlin, Thu Jul 6 17:48:42 2006 UTC
# Line 320  function populate_item_body(item_id, bod Line 320  function populate_item_body(item_id, bod
320          itemBody.innerHTML = html;          itemBody.innerHTML = html;
321          itemNode.className = itemNode.className.replace(/\bprocessing\b/g, '');          itemNode.className = itemNode.className.replace(/\bprocessing\b/g, '');
322          // auto focus field if it exists          // auto focus field if it exists
323          var f = document.getElementById('auto-focus-'+item_id);          var f = document.getElementById('autoFocus'+item_id);
324          if (f) f.focus();          if (f) f.focus();
325      };      };
326    

Legend:
Removed from v.9  
changed lines
  Added in v.10

  ViewVC Help
Powered by ViewVC 1.1.26