Created
January 20, 2019 10:34
-
-
Save Prezens/2698788e59dd047514643afccf4c4a4b to your computer and use it in GitHub Desktop.
Safari ONLY
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
<script type="text/javascript"> | |
var detect = navigator.userAgent.toLowerCase(); | |
if((detect.indexOf('safari')) != -1) | |
{ | |
document.write('<link href="style/safari.css" rel="stylesheet" type="text/css" />'); | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment