Browse Source

update tags

master
wes 7 years ago
parent
commit
d71bbb20b7
  1. 4
      src/scripts/class.tag
  2. 2
      src/scripts/search.tag

4
src/scripts/class.tag

@ -11,7 +11,7 @@
</button>
<div if={ this.booksshown }>
<dl>
<book each={ this.uniq(books) } data="{ this }">
<book each={ this.R.uniq(books) } data="{ this }">
</book>
</dl>
</div>
@ -24,7 +24,7 @@
<script>
import { default as R } from 'ramda';
this.uniq = R.uniq;
this.R = R;
this.booksshown = false;
showbooks() {

2
src/scripts/search.tag

@ -42,8 +42,10 @@
</div>
<script>
import {filterCourses, groupsof} from './helpers.js';
import 'whatwg-fetch';
var self = this;
submit(ev) {

Loading…
Cancel
Save