summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-17 22:31:47 +0000
committerSarven Capadisli <csarven@status.net>2010-01-24 00:20:48 +0100
commit940fc463c814ac26cdec9e3afdf67fd9187519a3 (patch)
tree7a79deed35ee2c5dab6ad3221b719dbc6de6327b /js
parent2742494fe82d5c12016d46e2de5a849efe2ebee6 (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.js2
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();
}
},