mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +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">
|
||||
(function($) {
|
||||
$('#id_enable_public_registrations').click(function () {
|
||||
var checkedState = $(this).prop("checked");
|
||||
var checkedState = $(this).prop("checked");
|
||||
if (checkedState) {
|
||||
$('#id_enable_private_mode').prop('checked', false);
|
||||
}
|
||||
$('#id_enable_private_mode').prop('checked', false);
|
||||
}
|
||||
});
|
||||
|
||||
$('#id_enable_private_mode').click(function () {
|
||||
var checkedState = $(this).prop("checked");
|
||||
var checkedState = $(this).prop("checked");
|
||||
if (checkedState) {
|
||||
$('#id_enable_public_registrations').prop('checked', false);
|
||||
}
|
||||
$('#id_enable_public_registrations').prop('checked', false);
|
||||
}
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user