Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kiekerjan committed Jul 25, 2024
1 parent 807aebf commit 873fdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/templates/custom-dns.html
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ <h4>Examples:</h4>
"GET",
{ },
function(data) {
if (data.hiddenmaster_enable) {
if (data.hiddenmaster_enabled) {
$('#enableHiddenMaster').removeClass('disabled')
$('#enableHiddenMaster').prop('checked', data.hiddenmaster_selected);
}
Expand Down

0 comments on commit 873fdf4

Please sign in to comment.