mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Error fix
This commit is contained in:
parent
4419166825
commit
5dbb268250
@ -241,14 +241,14 @@ echo '</form>';
|
|||||||
return option.value;
|
return option.value;
|
||||||
});
|
});
|
||||||
|
|
||||||
// Add the auth select change event and perform it once
|
|
||||||
// for process the action on the section load
|
|
||||||
$('select#auth').change(show_selected_rows).change();
|
|
||||||
|
|
||||||
// Add the click event and perform it once
|
// Add the click event and perform it once
|
||||||
// for process the action on the section load
|
// for process the action on the section load
|
||||||
$('input[name="autocreate_remote_users"]').change(show_autocreate_options).change();
|
$('input[name="autocreate_remote_users"]').change(show_autocreate_options).change();
|
||||||
|
|
||||||
|
// Add the auth select change event and perform it once
|
||||||
|
// for process the action on the section load
|
||||||
|
$('select#auth').change(show_selected_rows).change();
|
||||||
|
|
||||||
// Event callback for the auth select
|
// Event callback for the auth select
|
||||||
function show_selected_rows (event) {
|
function show_selected_rows (event) {
|
||||||
var auth_method = $(this).val();
|
var auth_method = $(this).val();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user