]> 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>
Sat, 23 Jan 2010 23:20:48 +0000 (00:20 +0100)
Also avoids the conflict with the URL fragment on the conversation page.

js/util.js

index 09473195548144e0e2ac3346de17acafb953d46b..d93467d4a5372265bf3c9ca6dc8c81662c0b1827 100644 (file)
@@ -628,8 +628,6 @@ var SN = { // StatusNet
                     else {
                         removeNoticeDataGeo();
                     }
-
-                    $('#'+SN.C.S.NoticeDataText).focus();
                 }).change();
             }
         },