Skip to content

Commit

Permalink
Merge pull request #174 from bcgov/PG-bugfix-0041
Browse files Browse the repository at this point in the history
Dev - Donation history - Make changes button
  • Loading branch information
techmusicmoney authored May 30, 2023
2 parents 629d085 + 0099065 commit ca1eb2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/views/donations/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<p class="card-text text-left">
To make changes to your proposed pledge, click into the box below where your {{ $campaignYear->calendar_year }} choices are shown.
</p>
<a href="{{ route('annual-campaign.index') }}" class="btn btn-primary">Make change to your PECSF pledge</a>
<a href="{{ route('annual-campaign.index') }}" class="btn btn-primary">Make a change to your PECSF pledge</a>
@else
<p class="card-text text-left">
To make a pledge click the Donate button, copy a prior year's choices from your Donation History.
Expand Down Expand Up @@ -137,12 +137,12 @@

<script>
$(function () {
$(function () {
$('#learn-more-modal').on('slide.bs.carousel', function (e) {
movie_id = $('#movie_player').attr('movie-id');
$('#movie_player').attr('src', movie_id);
if(e.to == 0) {
$(this).find(".prev-btn").addClass("d-none");
$(this).find(".start-btn").removeClass("d-none");
Expand All @@ -159,7 +159,7 @@
}
})
$('#learn-more-modal').on('show.bs.modal', function (event) {
$('#donateGuideCarousel').carousel(0);
movie_id = $('#movie_player').attr('movie-id');
Expand Down

0 comments on commit ca1eb2d

Please sign in to comment.