Remove privacy checkbox replacement from Mobile Profile.

This commit is contained in:
Samantha Doherty 2011-05-27 11:50:49 -04:00
parent ba55d4d010
commit 70f01b2b34
1 changed files with 1 additions and 0 deletions

View File

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