Created by: cvrebert
Per http://caniuse.com/#feat=documenthead , document.head
is supported in IE Mobile 10+, so slightly simplify the JS accordingly (document.querySelector('head')
=> document.head
).
Created by: cvrebert
Per http://caniuse.com/#feat=documenthead , document.head
is supported in IE Mobile 10+, so slightly simplify the JS accordingly (document.querySelector('head')
=> document.head
).