$(document).ready(function(){
$('tr[data-href]').on("click", function() {
document.location = $(this).data('href');
});
setTimeout(function(){
$('.message.active').removeClass('active');
}, 3000);
});
//# sourceMappingURL=equichecker.js.map