mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 19:00:26 +02:00
Fixes #1984 Disable CHAP when SSL is enabled or encryption method is not legacy MD5
This commit is contained in:
@@ -775,9 +775,13 @@ $(document).ready(function()
|
||||
|
||||
$(selector).toggle();
|
||||
|
||||
// $('.menu-selector input[type="checkbox"]').removeAttr("checked");
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
$(".e-mm-selector li input").click(function(e){
|
||||
|
||||
|
Reference in New Issue
Block a user