We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153aa5d commit 7e2f5b2Copy full SHA for 7e2f5b2
4 files changed
src/docs/_static/script.js
@@ -122,8 +122,8 @@ function lastPage() {
122
}
123
124
function resetFiltersGoHome(){
125
- destroyView();
126
resetFilters();
+ destroyView();
127
reloadData();
128
129
@@ -157,7 +157,7 @@ function resetSearcher() {
157
158
function showTotalRecords() {
159
const records = document.getElementById("total-records");
160
- records.innerHTML = `${[...state.data].length} Toolkits`;
+ records.innerHTML = `${[...state.data].length} samples`;
161
162
163
function renderUi(data) {
0 commit comments