Created
October 25, 2019 08:09
-
-
Save girvan/2ba0ae6f19e7cca8fe96a53258b0d9a6 to your computer and use it in GitHub Desktop.
Revisions
-
girvan revised this gist
Oct 25, 2019 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,4 @@ (function(ua){ var m = ua.match(/(msie|firefox|edge)/); if(m) document.documentElement.className += m[1]; })(navigator.userAgent.toLowerCase()) -
girvan created this gist
Oct 25, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ <script> (function(ua){ var m = ua.match(/(msie|firefox|edge)/); if(m) document.documentElement.className += m[1]; })(navigator.userAgent.toLowerCase()) </script>