web/app/assets/javascripts/compare.js
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 13 Oct 2014 10:23:12 +0100
changeset 226 4e1806b2569a
parent 91 d430a8ac253d
permissions -rw-r--r--
Results tab refactored to allow filtering. Results tab now allows filtering by tags and by configurations. This become necessay as number of results grows.

// Place all the behaviors and hooks related to the matching controller here.
// All this logic will automatically be available in application.js.


$('#check_all').click(function() {
  var i;
}