diff --git a/public/assets/my.js b/public/assets/my.js index b9ab15f..38f2ba9 100644 --- a/public/assets/my.js +++ b/public/assets/my.js @@ -568,6 +568,9 @@ $('cVideoRow').hidden = t !== 'video'; $('cFeaturedRow').hidden = t !== 'featured'; $('cVisitsRow').hidden = t !== 'visits'; + // fixed-cost types derive their spend (featured = day slots, visits = flat pack), + // so hide the free-form Budget field for them to avoid confusion + $('cBudgetRow').hidden = (t === 'featured' || t === 'visits'); if (t === 'visits') visitHint(); $('cTitle').placeholder = t === 'solo' ? 'Subject line (max 80)' : 'Headline (max 60)'; soloHint(); diff --git a/public/my.html b/public/my.html index 5ed60b4..2d4b494 100644 --- a/public/my.html +++ b/public/my.html @@ -4,7 +4,7 @@
Banner and text targets are shown full screen in the @@ -641,9 +641,9 @@ - + - - + +