make IE conditional code clearer

This commit is contained in:
MarkEEaton
2021-09-17 09:14:33 -04:00
committed by GitHub
parent 16638cd25e
commit d6d3cbac4d
+3 -2
View File
@@ -433,7 +433,7 @@ a.no-underline {
</style> </style>
<!-- the configuration file for the hours widget --> <!-- the configuration file for the hours widget -->
<script type="text/javascript" src="//libapps.s3.amazonaws.com/sites/2365/include/hours.js"></script> <script type="text/javascript" src="//libapps.s3.amazonaws.com/sites/2365/include/hours-babel.js"></script>
<!-- the code for the hours widget --> <!-- the code for the hours widget -->
<script type="text/javascript"> <script type="text/javascript">
@@ -532,6 +532,7 @@ function addPrimoQuery(e) {
<!-- If browser is IE, run an alternate version of lg-public.min.js with no ECMAscript 6 --> <!-- If browser is IE, run an alternate version of lg-public.min.js with no ECMAscript 6 -->
<script type="text/javascript"> <script type="text/javascript">
if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) if (window.document.documentMode) {
document.write('<script src="//libapps.s3.amazonaws.com/sites/2365/include/lg-public.min.js"><\/script>'); document.write('<script src="//libapps.s3.amazonaws.com/sites/2365/include/lg-public.min.js"><\/script>');
}
</script> </script>