From: Sarven Capadisli Date: Sun, 17 Jan 2010 22:31:47 +0000 (+0000) Subject: Took out focus out of textare when location share is enabled/disabled. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4978810c81c8d7ba75daa795d66965d6b43331f3;p=quix0rs-gnu-social.git Took out focus out of textare when location share is enabled/disabled. Also avoids the conflict with the URL fragment on the conversation page. --- diff --git a/js/util.js b/js/util.js index 373a4f3b01..a10e9d15ae 100644 --- a/js/util.js +++ b/js/util.js @@ -624,8 +624,6 @@ var SN = { // StatusNet else { removeNoticeDataGeo(); } - - $('#'+SN.C.S.NoticeDataText).focus(); }).change(); } },