mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
*Only update letsencrypt UI if its checked
This commit is contained in:
parent
8624b00ad1
commit
d7a4697ad5
1 changed files with 3 additions and 1 deletions
|
@ -180,7 +180,9 @@ $(function() {
|
|||
var elm = $(evt.target);
|
||||
App.Actions.WEB.passwordChanged(elm);
|
||||
});
|
||||
App.Actions.WEB.toggle_letsencrypt($('input[name=v_letsencrypt]'))
|
||||
if ($('input[name=v_letsencrypt]').attr('checked')) {
|
||||
App.Actions.WEB.toggle_letsencrypt($('input[name=v_letsencrypt]'))
|
||||
}
|
||||
});
|
||||
|
||||
function WEBrandom() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue