mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
mediawiki: Untabify template
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
62ccfdfebd
commit
c7aca73ddb
@ -24,17 +24,17 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
(function($) {
|
(function($) {
|
||||||
$('#id_enable_public_registrations').click(function () {
|
$('#id_enable_public_registrations').click(function () {
|
||||||
var checkedState = $(this).prop("checked");
|
var checkedState = $(this).prop("checked");
|
||||||
if (checkedState) {
|
if (checkedState) {
|
||||||
$('#id_enable_private_mode').prop('checked', false);
|
$('#id_enable_private_mode').prop('checked', false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#id_enable_private_mode').click(function () {
|
$('#id_enable_private_mode').click(function () {
|
||||||
var checkedState = $(this).prop("checked");
|
var checkedState = $(this).prop("checked");
|
||||||
if (checkedState) {
|
if (checkedState) {
|
||||||
$('#id_enable_public_registrations').prop('checked', false);
|
$('#id_enable_public_registrations').prop('checked', false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user