--- jquery/jquery-log.js 2006/08/18 18:01:02 43 +++ jquery/jquery-log.js 2006/08/18 19:13:01 44 @@ -17,13 +17,13 @@ return m; }, - insert: function(class, m) { + insert: function(what, m) { if (! _jql) this.create(); - _jql.count[ class ]++; + _jql.count[ what ]++; - var html = '
'; $('#jql-log').append( html ); //$('#jql-log').prepend( html );