Chrome history problem
- by Parhs
$("#table_exams tbody tr").click(function (event)
{
window.location.href="#" +$(this).attr("exam_ID");
window.location.href="/medilab/prototypes/exams/edit?examId=" + $(this).attr("exam_ID") +"&referer=" + referer;
row_select(this);
});
$(document).keypress(function (event) {
…