Browse Source

Privacy Policy link now redirects

Lee Morgan 6 years ago
parent
commit
602f47f6a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      views/merchantSetupPage/merchantSetup.ejs

+ 1 - 1
views/merchantSetupPage/merchantSetup.ejs

@@ -34,7 +34,7 @@
 
                 <label>
                     <input id="agree" onclick="basicInfoObj.agree()" type="checkbox">
-                    I agree to the <a href="/legal">Privacy Policy</a>
+                    I agree to the <a href="/legal" target="_blank">Privacy Policy</a>
                 </label>
 
                 <input id="subButton" class="buttonDisabled" type="Submit" value="Continue" disabled>