Commit 46a926a4 authored by PidgeyL's avatar PidgeyL
Browse files

Merge branch 'master' of http://github.com/pidgeyl/cve-search

parents 5907a5f5 71cdfe3f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ function postList(url, cves) {
}
//Selectable table
$(document).ready(function() {
  var duration = 500;
  $('#CVEs tbody').on( 'click', 'tr', function () {
    if($('#markseen').is(':checked') || $('#markunseen').is(':checked')){
      $(this).toggleClass('selected');