Skip to content

Commit 4db2883

Browse files
committed
hides referral code and balance code input on create network form per AppSumo
1 parent fe19199 commit 4db2883

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

web/bringyour.com/lib-ur/connect.js

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2435,11 +2435,14 @@ new function() {
24352435
<div class="no-title"><label class="form-check-label"><input id="${id('create-agree-terms')}" type="checkbox" class="form-check-input" value="">A one-time message to establish your identity will be sent to you. Message and data rates may apply. I agree to the <a href="/terms" target="_blank">URnetwork terms</a>. Learn about how we use and protect your data in our <a href="/privacy" target="_blank">Privacy Policy</a></label></div>
24362436
<div id="${id('create-error')}" class="text-danger d-none"></div>
24372437
<div class="no-title"><button id="${id('create-button')}" class="btn btn-primary" type="button"><span id="${id('create-spinner')}" class="spinner-border spinner-border-sm d-none" role="status" aria-hidden="true"></span><span class="primary">Create Network</span></button></div>
2438-
<hr />
2439-
<div class="info-title">Enter referral code</div>
2440-
<div><input id="${id('create-bonus-referral')}" type="text" value="${self.escapeHtml(bonusReferralStr)}" class="form-control"></div>
2441-
<div class="info-title">Enter ${self.escapeHtml(balanceCodeLabel)}</div>
2442-
<div><input id="${id('create-balance-code')}" type="text" value="${self.escapeHtml(balanceCodeStr)}" class="form-control"></div>
2438+
<!-- requested by AppSumo to hide these for now -->
2439+
<div class="invisible">
2440+
<hr />
2441+
<div class="info-title">Enter referral code</div>
2442+
<div><input id="${id('create-bonus-referral')}" type="text" value="${self.escapeHtml(bonusReferralStr)}" class="form-control"></div>
2443+
<div class="info-title">Enter ${self.escapeHtml(balanceCodeLabel)}</div>
2444+
<div><input id="${id('create-balance-code')}" type="text" value="${self.escapeHtml(balanceCodeStr)}" class="form-control"></div>
2445+
</div>
24432446
</form>
24442447
</div>
24452448
</div>

0 commit comments

Comments
 (0)