use a single selector

This commit is contained in:
Andy Janata 2013-04-28 10:10:56 -07:00
parent 14bfccfc55
commit ef4a558137
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ cah.log = {};
* "Global Chat" tab's chat log
*/
cah.log.init = function() {
cah.log.log = $('.log', $('#tab-global'));
cah.log.log = $('#tab-global .log');
};
/**