mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
Fix typo in comment
This commit is contained in:
parent
39f594f4e4
commit
93c1f066f7
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ function hideDeletedForms() {
|
|||
let formLabel = '';
|
||||
let isNameserversForm = document.title.includes("DNS name servers |");
|
||||
let isOtherContactsForm = document.title.includes("Other employees from your organization");
|
||||
// The Nameservers form st features 2 required and 11 optionals
|
||||
// The Nameservers formset features 2 required and 11 optionals
|
||||
if (isNameserversForm) {
|
||||
cloneIndex = 2;
|
||||
formLabel = "Name server";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue