Button fix

This commit is contained in:
Scott Idem
2024-02-28 21:47:57 -05:00
parent 2c7e7ca027
commit 9310aac4d2

View File

@@ -783,8 +783,9 @@ async function handle_update__sponsorship({
<!-- <div class="ae_warning">No additional contacts found!</div> --> <!-- <div class="ae_warning">No additional contacts found!</div> -->
{/if} {/if}
<div>
<button <button
class="btn {parent.buttonPositive} m-2" class="btn btn-sm {parent.buttonPositive} m-2"
on:click={() => { on:click={() => {
console.log('*** Add contact button clicked ***'); console.log('*** Add contact button clicked ***');
// if (!confirm('Are you sure you want to add a contact?')) {return false;} // if (!confirm('Are you sure you want to add a contact?')) {return false;}
@@ -804,6 +805,7 @@ async function handle_update__sponsorship({
<span class="fas fa-plus mx-1"></span> <span class="fas fa-plus mx-1"></span>
Add Contact Add Contact
</button> </button>
</div>
</fieldset> </fieldset>
<!-- </section> --> <!-- </section> -->
@@ -1146,7 +1148,7 @@ async function handle_update__sponsorship({
{/if} {/if}
<button <button
class="btn {parent.buttonPositive} m-2" class="btn btn-sm {parent.buttonPositive} m-2"
on:click={() => { on:click={() => {
console.log('*** Add guest button clicked ***'); console.log('*** Add guest button clicked ***');
// if (!confirm('Are you sure you want to add a guest?')) {return false;} // if (!confirm('Are you sure you want to add a guest?')) {return false;}