From 70f01b2b3409d801e35f9067256eef885b2143ec Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Fri, 27 May 2011 11:50:49 -0400 Subject: [PATCH] Remove privacy checkbox replacement from Mobile Profile. --- plugins/MobileProfile/MobileProfilePlugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index 796bd3b529..196a262095 100644 --- a/plugins/MobileProfile/MobileProfilePlugin.php +++ b/plugins/MobileProfile/MobileProfilePlugin.php @@ -339,6 +339,7 @@ class MobileProfilePlugin extends WAP20Plugin $("#navtoggle").text( text == "Show Navigation" ? "Hide Navigation" : "Show Navigation"); }); + $(".checkbox-wrapper").unbind("click"); });' ); } -- 2.39.2