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:
commit
608a7ba77c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user