Skip to content

Commit

Permalink
Merge pull request #59 from helsingborg-stad/fix/duplicated-ids
Browse files Browse the repository at this point in the history
fix: duplicated ids
  • Loading branch information
NiclasNorin authored Jan 17, 2024
2 parents 6d5344a + 8b5441c commit deddd97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions views/single-job-listing.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
'text' => $lang->applyNow,
'color' => 'primary',
'style' => 'filled',
'id' => 'job-listings-apply',
'classList' => ['js-job-listings-apply'],
'attributeList' => [
'data-open' => 'job-listings-modal',
Expand Down Expand Up @@ -220,7 +219,6 @@
'text' => $lang->applyHere . " (" . $daysLeft . " " . $lang->daysLeft . ")",
'color' => 'primary',
'style' => 'filled',
'id' => 'job-listings-apply',
'classList' => ['c-button--margin-top', 'u-margin__right--1', 'js-job-listings-apply'],
'attributeList' => [
'data-open' => 'job-listings-modal',
Expand Down

0 comments on commit deddd97

Please sign in to comment.