From 137195384e7cb0f7c36ba9ff8481ca692d3d647e Mon Sep 17 00:00:00 2001 From: Vincent Tam Date: Sun, 21 Dec 2014 21:55:12 +0800 Subject: [PATCH] Fix the way of loading the local copy of jQuery Deleted the dot at the beginning of the path in the script that called the local copy of jQuery. --- .themes/classic/source/_includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html index 6b5412c..2cba5b8 100644 --- a/.themes/classic/source/_includes/head.html +++ b/.themes/classic/source/_includes/head.html @@ -23,7 +23,7 @@ - + {% include custom/head.html %} {% include google_analytics.html %}