Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc09c35

Browse files
committed
ie8
1 parent ab68d40 commit cc09c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gridstack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
else {
3535
style.appendChild(document.createTextNode(""));
3636
}
37-
document.head.appendChild(style);
37+
document.getElementsByTagName('head')[0].appendChild(style);
3838
return style.sheet;
3939
},
4040

0 commit comments

Comments
 (0)