From 566b30f47dd02d26c14186ab77cf24e7a6c6211c Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 9 Jan 2021 09:06:04 +0100 Subject: [PATCH] Removing all code --- web/js/scripts.js | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/web/js/scripts.js b/web/js/scripts.js index a5ba841..e69de29 100644 --- a/web/js/scripts.js +++ b/web/js/scripts.js @@ -1,23 +0,0 @@ -$(document).ready(function() { - $('#contacts_tbl').tablesorter({ - sortList: [[0,0]], - headers: { - 3: { - sorter: false - }, - } - }); - - $('#tasks_tbl').tablesorter({ - sortList: [[4,1]], - headers: { - 2: { - sorter: false - }, - } - }); - - $('#history_tbl').tablesorter({ - sortList: [[2,1]], - }); -});