mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Update src/registrar/assets/js/get-gov.js
Co-authored-by: CuriousX <nicolle.leclair@gmail.com>
This commit is contained in:
parent
4dfa2f7fe5
commit
663fc99df9
1 changed files with 1 additions and 1 deletions
|
@ -1710,7 +1710,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
|
||||||
domainRequestsSectionWrapper.appendChild(modal);
|
domainRequestsSectionWrapper.appendChild(modal);
|
||||||
|
|
||||||
// Request is deletable, modal and modalTrigger are built. Now test is portfolio requests page and enhace the modalTrigger markup
|
// Request is deletable, modal and modalTrigger are built. Now check if we are on the portfolio requests page (by seeing if there is a portfolio value) and enhance the modalTrigger accordingly
|
||||||
if (portfolioValue) {
|
if (portfolioValue) {
|
||||||
modalTrigger = `
|
modalTrigger = `
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue