From 94486e33cd16fcced0d232cc4a3133171f233ce2 Mon Sep 17 00:00:00 2001 From: Johan Nilsson Date: Sat, 26 Nov 2011 10:44:54 +0100 Subject: Fix link to css and local jquery. --- widget.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widget.js b/widget.js index f412e3d..4d6a8f0 100644 --- a/widget.js +++ b/widget.js @@ -11,7 +11,7 @@ // Localize jQuery variable var jQuery; var remoteJquery = 'http://code.jquery.com/jquery-1.7.min.js'; - var localJquery = 'http://johannilsson.github.com/lastcommit/jquery-1.7.min.js'; + var localJquery = 'http://johannilsson.com/lastcommit/jquery-1.7.min.js'; /** * Load jQuery if not present @@ -47,7 +47,7 @@ var cssLink = $('', { rel: 'stylesheet', type: 'text/css', - href: 'http://johannilsson.github.com/lastcommit/widget.css' + href: 'http://johannilsson.com/lastcommit/widget.css' }); cssLink.appendTo('head'); -- cgit v1.2.3