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

View File

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