From 506c203a7c1eaf79f3012919e06d19a2fb5f3994 Mon Sep 17 00:00:00 2001 From: Daniel W Bond Date: Thu, 5 Apr 2018 13:09:27 -0400 Subject: [PATCH] can load the javascript on the bottom of the page, instead of needing to load it in the head tag --- srctweb/_includes/scripts.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/srctweb/_includes/scripts.html b/srctweb/_includes/scripts.html index 8d2e3db..c584fe5 100644 --- a/srctweb/_includes/scripts.html +++ b/srctweb/_includes/scripts.html @@ -2,6 +2,3 @@ -{% if page.tablesorter_js %} - -{% endif %} -- GitLab