]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove privacy checkbox replacement from Mobile Profile.
authorSamantha Doherty <sammy@status.net>
Fri, 27 May 2011 15:50:49 +0000 (11:50 -0400)
committerSamantha Doherty <sammy@status.net>
Fri, 27 May 2011 15:50:49 +0000 (11:50 -0400)
plugins/MobileProfile/MobileProfilePlugin.php

index 796bd3b529a61b1ffc498e75a705e3188e20b3d0..196a262095baa7034ed096da6b7441d52f313909 100644 (file)
@@ -339,6 +339,7 @@ class MobileProfilePlugin extends WAP20Plugin
                           $("#navtoggle").text(
                           text == "Show Navigation" ? "Hide Navigation" : "Show Navigation");
                 });
+                   $(".checkbox-wrapper").unbind("click");
             });'
         );
     }