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-17 22:31:47 +0000
commit4978810c81c8d7ba75daa795d66965d6b43331f3 (patch)
treea3ec6329932550c75456878e845a9ef22240d02f /js
parent3f589da24373f533de9a3fbbab1c6e80fa87b302 (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 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();
}
},