From 07e2c59aa35f9d3057f247882136ea6238ed207c Mon Sep 17 00:00:00 2001 From: Matthijs Kuiper Date: Mon, 8 Jan 2018 00:34:58 +0100 Subject: Assets dir with libs --- html/includes/js/clickrows.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 html/includes/js/clickrows.js (limited to 'html/includes/js/clickrows.js') diff --git a/html/includes/js/clickrows.js b/html/includes/js/clickrows.js deleted file mode 100644 index fb9fda2..0000000 --- a/html/includes/js/clickrows.js +++ /dev/null @@ -1,8 +0,0 @@ - -$(document).ready(function($) { - $(".clickableRow").click(function() { - if(event.which == 1) { - window.document.location = $(this).attr("href"); - } - }); -}); -- cgit