mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-03-01 17:51:04 +01:00
*Only update letsencrypt UI if its checked
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user