Skip to content

Commit 3fdb2b1

Browse files
committed
modified Book button to open in a new window
1 parent 0bccf30 commit 3fdb2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1708,7 +1708,7 @@ function replaceNewUpdater()
17081708
<p class="price">Price $1</p>
17091709
<p class="subscribers">3000 Subscribers</p>
17101710
<br>
1711-
<input type="button" onclick="location.href='https://phplist.com/chooseplan';" value="Book"
1711+
<input type="button" onclick="window.open('https://phplist.com/chooseplan')" value="Book"
17121712
style="width: 90px;height: 30px; border: 1px dashed #21AE8A; background: #fff; margin: 0 auto;"
17131713
class="book"/>
17141714
</div>

0 commit comments

Comments
 (0)