From 481fa8b67516a36e9031c72e83534c9b82d89cb6 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 27 Nov 2013 23:18:11 +0800 Subject: [PATCH] Forgot to link the stylesheet URL --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index f4fd319..cd9d818 100644 --- a/index.html +++ b/index.html @@ -121,6 +121,7 @@ h1{ injectStylesheet: function(url){ var link = document.createElement('link'); link.rel = 'stylesheet'; + link.href = url; document.body.appendChild(link); }, fetch: function(fn){