From ec98b67b6f0a40d1874b293ca04a8b9cb194092a Mon Sep 17 00:00:00 2001 From: George Hartzell Date: Tue, 14 Feb 2017 09:32:00 -0800 Subject: [PATCH] Fix javascript console errors 1. Add necessary closing bits to the doc ready function. 2. Update to current version of DataTables css and js. --- _layouts/default.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 90c1c4e..f786514 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -39,16 +39,16 @@ }) {% if page.datatable == true %} - - + + {% endif %} @@ -77,4 +77,4 @@ {% if site.google_analytics %} {% include google_analytics.html %} {% endif %} - \ No newline at end of file +