forked from GNUsocial/gnu-social
Remove privacy checkbox replacement from Mobile Profile.
This commit is contained in:
parent
ba55d4d010
commit
70f01b2b34
@ -339,6 +339,7 @@ class MobileProfilePlugin extends WAP20Plugin
|
|||||||
$("#navtoggle").text(
|
$("#navtoggle").text(
|
||||||
text == "Show Navigation" ? "Hide Navigation" : "Show Navigation");
|
text == "Show Navigation" ? "Hide Navigation" : "Show Navigation");
|
||||||
});
|
});
|
||||||
|
$(".checkbox-wrapper").unbind("click");
|
||||||
});'
|
});'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user