From fbf28b53ebab9b5ba3f9b31e5fe6cb45374eb61e Mon Sep 17 00:00:00 2001 From: Nathaniel Case Date: Fri, 14 Jun 2013 21:31:50 -0300 Subject: [PATCH] Change location of default javascript files (Windows/Firefox) js files from pygal.js were not recognized properly from the raw.github.com domain, switching to the pages-generated kozea.github.io fixes this. --- pages/other_customizations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/other_customizations.rst b/pages/other_customizations.rst index 0e57fe4..fa3506e 100644 --- a/pages/other_customizations.rst +++ b/pages/other_customizations.rst @@ -42,8 +42,8 @@ Default: css = ['style.css', 'graph.css'] js = [ - 'https://raw.github.com/Kozea/pygal.js/master/svg.jquery.js', - 'https://raw.github.com/Kozea/pygal.js/master/pygal-tooltips.js' + 'http://kozea.github.com/pygal.js/javascripts/svg.jquery.js', + 'http://kozea.github.com/pygal.js/javascripts/pygal-tooltips.js' ]