realops.js 158 Bytes
jQuery(document).ready(function($) {
  $("#realops-flight-schedule tr").click(function() {
    window.document.location = $(this).attr("data-url");
  });
});