Commit 71cdfe3f authored by Pieter-Jan's avatar Pieter-Jan
Browse files

bugfix

parent e67c1d58
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');