We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b80acd commit f534c11Copy full SHA for f534c11
src/base/library/filter.js
@@ -136,15 +136,15 @@ function mergeShiny() {
136
function allTribeButton() {
137
return $(`
138
<label>
139
- <input type="checkbox" id="allTribeInput" onchange="applyFilters(); showPage(currentPage);">
+ <input type="checkbox" id="allTribeInput" onchange="applyFilters(); showPage(0);">
140
<img src="images/tribes/ALL.png">
141
</label>`);
142
}
143
144
function shinyButton() {
145
146
147
- <input type="checkbox" id="shinyInput" onchange="applyFilters(); showPage(currentPage);">
+ <input type="checkbox" id="shinyInput" onchange="applyFilters(); showPage(0);">
148
<span class="rainbowText">S</span>
149
150
0 commit comments