Took out focus out of textare when location share is enabled/disabled.

Also avoids the conflict with the URL fragment on the conversation page.
This commit is contained in:
Sarven Capadisli 2010-01-17 22:31:47 +00:00
parent 2742494fe8
commit 940fc463c8
1 changed files with 0 additions and 2 deletions

View File

@ -628,8 +628,6 @@ var SN = { // StatusNet
else {
removeNoticeDataGeo();
}
$('#'+SN.C.S.NoticeDataText).focus();
}).change();
}
},