Browse Source

fix bug with "No Results"

master
wes 7 years ago
parent
commit
dc9c8f97d8
  1. 3
      src/scripts/results.tag
  2. 1
      src/scripts/row.tag

3
src/scripts/results.tag

@ -32,6 +32,9 @@ self.options.resultsEv.on("newResults",
if (self.rows.length == 0) {
self.noResults = true;
}
else {
self.noResults = false;
}
self.update();
});
</script>

1
src/scripts/row.tag

@ -25,4 +25,3 @@ this.classrow = opts.classrow
</script>
</row>

Loading…
Cancel
Save