diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-17 22:31:47 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-24 00:20:48 +0100 |
commit | 940fc463c814ac26cdec9e3afdf67fd9187519a3 (patch) | |
tree | 7a79deed35ee2c5dab6ad3221b719dbc6de6327b /js/util.js | |
parent | 2742494fe82d5c12016d46e2de5a849efe2ebee6 (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/util.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 094731955..d93467d4a 100644 --- a/js/util.js +++ b/js/util.js @@ -628,8 +628,6 @@ var SN = { // StatusNet else { removeNoticeDataGeo(); } - - $('#'+SN.C.S.NoticeDataText).focus(); }).change(); } }, |