]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Took out focus out of textare when location share is enabled/disabled.
authorSarven Capadisli <csarven@status.net>
Sun, 17 Jan 2010 22:31:47 +0000 (22:31 +0000)
committerSarven Capadisli <csarven@status.net>
Sun, 17 Jan 2010 22:31:47 +0000 (22:31 +0000)
Also avoids the conflict with the URL fragment on the conversation page.

js/util.js

index 373a4f3b01145fa1ba11031adc6f267dbb80fb01..a10e9d15ae313766951237ddb8d6aba84f56a4a6 100644 (file)
@@ -624,8 +624,6 @@ var SN = { // StatusNet
                     else {
                         removeNoticeDataGeo();
                     }
-
-                    $('#'+SN.C.S.NoticeDataText).focus();
                 }).change();
             }
         },