Skip to content

Commit

Permalink
table
Browse files Browse the repository at this point in the history
  • Loading branch information
imuniyat committed Mar 27, 2024
1 parent bed8d77 commit dc67771
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/learningmodule/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Learning Modules
---
These pre-made, introductory data science lessons are a way for students to develop critical thinking and problem solving skills. We start with a question, find an open dataset to answer the question, and then ask students to reflect. Filter learning modules by the following subject areas:
These pre-made, introductory data science lessons are a way for students to develop critical thinking and problem solving skills. We start with a question, find an open dataset to answer the question, and then ask students to reflect. Filter learning modules by the subject areas or topic of interest, suich as:
<ul>
<li>Languages</li>
<li>Mathematics / Mathématiques</li>
Expand Down
6 changes: 3 additions & 3 deletions content/learningmodule/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ function myFunction() {
}
}
}
if(!isFound && tr[i].className !== "header") {
tr[i].style.display = "none";
}
// if(!isFound && tr[i].className !== "header") {
// tr[i].style.display = "none";
// }
}
}

0 comments on commit dc67771

Please sign in to comment.