Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Make progress bar javascript hide the two step component, whether it …
Browse files Browse the repository at this point in the history
…be share or donate.
  • Loading branch information
Tuuleh committed Nov 29, 2019
1 parent 01a6396 commit 4b3d718
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/javascript/plugins/progress-tracker/index.js
Expand Up @@ -25,7 +25,9 @@ export default class ProgressTracker {
if ($('.overlay-visible').length > 0) {
$header.hide();
}
this.cross('shared');
$('[data-step="two"]')
.removeClass('progress-tracker__circle--tick')
.addClass('progress-tracker__circle--cross');
});
}

Expand Down

0 comments on commit 4b3d718

Please sign in to comment.