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,9 +49,10 @@ $(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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user