Hello,
I've noticed that several pages in WebLink (10.1.0.152) are encountering a JavaScript reference error related to the "MediaDisplay" object.
Typically this doesn't cause any noticeable issues, but sometimes it triggers an error pop-up in IE11 asking to open the debugger.
I see this same error in IE, Edge, and Chrome, and in all of our WebLink instances in both test and production.
The following code seems to be the source of the error
<script type="text/javascript"> <!-- $(document).ready(function() { globalMediaDisplay = new MediaDisplay("mediaDisplay","media-header","media-icon","media-name","media-container","video","source","media-share","media-download","media-close","media-url-container","media-url-input"); });// --> </script>
I did not see this script in the Welcome.aspx file, so I'm guessing it is added when the page loads.
Has anyone else seen this error before?