Remove unneeded javascript:void(0)

Fixes #1199
This commit is contained in:
Joseph Schorr 2016-03-22 14:15:54 -04:00
parent d6abf17b4d
commit 1ffee6484d
62 changed files with 129 additions and 129 deletions

View file

@ -39,7 +39,7 @@
<input id="invoiceEmail" type="checkbox" ng-model="invoice_email">
<label for="invoiceEmail">Send Receipt Emails</label>
<div class="settings-description">
If checked, a receipt email will be sent to <a href="javascript:void(0)" ng-click="changeInvoiceEmailAddress()">{{ obj.invoice_email_address || obj.email }}</a> on every successful charge
If checked, a receipt email will be sent to <a ng-click="changeInvoiceEmailAddress()">{{ obj.invoice_email_address || obj.email }}</a> on every successful charge
</div>
</div>
</div>