/[jquery]/jquery/jquery-log.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 /jquery/jquery-log.js

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

revision 40 by dpavlin, Fri Aug 18 17:13:13 2006 UTC revision 42 by dpavlin, Fri Aug 18 17:54:01 2006 UTC
# Line 34  $.log = { Line 34  $.log = {
34                          '<span class="jql-debug">'+_jql.count.debug+'</span> ' +                          '<span class="jql-debug">'+_jql.count.debug+'</span> ' +
35                          '<span class="jql-error">'+_jql.count.error+'</span>'                          '<span class="jql-error">'+_jql.count.error+'</span>'
36                  );                  );
37    
38                    // poor man's scroll to bottom
39                    var e = document.getElementById('jql-log');
40                    e.scrollTop = e.scrollHeight - e.clientHeight;
41          },          },
42    
43          /* public functions */          /* public functions */

Legend:
Removed from v.40  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26