Skip to content

Commit

Permalink
Remove select2 setting on pagination form (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed May 24, 2022
1 parent c3a304f commit 335fb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/element/javascript.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@

// Use select2 library everywhere except
// - duet-date
$("select").not(".duet-date__select--month").not(".duet-date__select--year").select2({
$("select").not("#limit").not(".duet-date__select--month").not(".duet-date__select--year").select2({
width: '100%',
tags: true,
placeholder: "-- Select --"
Expand Down

0 comments on commit 335fb51

Please sign in to comment.