as deployed to Prod on 9/21/2022
This commit is contained in:
parent
d141782da3
commit
372d7e34b2
@ -191,7 +191,7 @@ $(function () {
|
||||
|
||||
var count = parseInt(prayerItem.find('.prayer-item-prayed-count').text());
|
||||
prayerItem.find('.prayer-item-prayed-count').text(count + 1);
|
||||
prayerItem.find('.prayer-item-prayed-action').text('I Prayed');
|
||||
prayerItem.find('.prayer-item-prayed-action').text('Prayed');
|
||||
|
||||
Prayed(prayerItem.attr('prayerid'));
|
||||
$(this).blur();
|
||||
|
@ -82,7 +82,7 @@
|
||||
<div class="prayer-item-actions">
|
||||
<div class="prayer-item-prayed">
|
||||
<a class="btn btn-default">
|
||||
<div class="prayer-item-prayed-action">Pray</div>
|
||||
<div class="prayer-item-prayed-action">I prayed for this</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user