Created
July 12, 2012 21:39
-
-
Save ilyakatz/3101214 to your computer and use it in GitHub Desktop.
Safe mouseflow script inclusion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function () { | |
var msf_script = document.createElement('script'); | |
msf_script.type = 'text/javascript'; | |
msf_script.src = | |
('https:' == document.location.protocol ? 'https://' : 'http://') + | |
'cdn.mouseflow.com/projects/ba141427-dfd0-4d3a-acbe-37df41b6c8e0.js'; | |
var s = document.getElementsByTagName('script')[0]; | |
s.parentNode.insertBefore(msf_script, s); | |
})(); | |
midu
commented
Jul 12, 2012
i dont think we should worry about IE6, it doesn't even show up in the stats anymore
http://gs.statcounter.com/#browser_version-ww-monthly-201107-201206-bar
well, it's more about who mouseflow is targeting. On some of our challenges we had a ton of IE6 users.
Officially we do not support ie6 at all, but technically we do make sure it is usable on ie6.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment