Browse Source

update js

master
wes 9 years ago
parent
commit
9ef9378f51
  1. 2
      src/scripts/search.js
  2. 2
      src/scripts/search.tag

2
src/scripts/search.js

@ -76,7 +76,7 @@ function filterCourses(courses) {
return R.filter(
function (c) {
return c.prof != "Staff" && c.sem == "Winter";
return c.prof != "Staff";
}, courses);
}

2
src/scripts/search.tag

@ -24,6 +24,7 @@
</div>
</div>
</form>
<div if={ opts.showHelp }
class="help-toast toast toast-primary">
<button onclick={ clearHelp }
@ -31,6 +32,7 @@
</button>
Type keywords of your course's name or the course code (e.g. PSYCH 2B03)
</div>
<div if={ opts.booksLoading } class="search-load">
</div>
</search>

Loading…
Cancel
Save