diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-17 22:31:47 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-26 00:25:06 +0100 |
commit | 2e643071ff3d03bd05f453b8e144aee4695e952e (patch) | |
tree | 0a5fd328c4f377514153488a4a889915deaef134 /js | |
parent | f9cc3e6d942f4a1e3b9e000daa5ecca4df5e4ce5 (diff) |
Took out focus out of textare when location share is enabled/disabled.
Also avoids the conflict with the URL fragment on the conversation page.
Diffstat (limited to 'js')
-rw-r--r-- | js/util.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/util.js b/js/util.js index 373a4f3b0..a10e9d15a 100644 --- a/js/util.js +++ b/js/util.js @@ -624,8 +624,6 @@ var SN = { // StatusNet else { removeNoticeDataGeo(); } - - $('#'+SN.C.S.NoticeDataText).focus(); }).change(); } }, |