From cc09c35bc095046bb8566c0a68fa4e3bbe7f8169 Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Thu, 26 Feb 2015 23:41:16 -0800 Subject: [PATCH] ie8 --- gridstack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gridstack.js b/gridstack.js index c18535c..1b28bad 100644 --- a/gridstack.js +++ b/gridstack.js @@ -34,7 +34,7 @@ else { style.appendChild(document.createTextNode("")); } - document.head.appendChild(style); + document.getElementsByTagName('head')[0].appendChild(style); return style.sheet; },