Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x

* '0.8.x' of git@gitorious.org:laconica/dev:
  Disabled textarea focus for conversation page since most entrances to
This commit is contained in:
Zach Copley 2009-07-02 15:13:30 -07:00
commit 608a7ba77c

View File

@ -49,8 +49,9 @@ $(document).ready(function(){
// run once in case there's something in there
counter();
// set the focus
$("#notice_data-text").focus();
if($('body')[0].id != 'conversation') {
$("#notice_data-text").focus();
}
}
// XXX: refactor this code