Skip to content

Instantly share code, notes, and snippets.

@coreh
Created February 21, 2012 02:32
Show Gist options
  • Save coreh/1873125 to your computer and use it in GitHub Desktop.
Save coreh/1873125 to your computer and use it in GitHub Desktop.
what
if ((!$.browser.msie) && (!($.browser.mozilla && $.browser.version.indexOf("1.8.") == 0)))
{
document.domain = document.domain; // for comet
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment