- SharePoint-tableau integration, IE11 compatible, SharePoint Master page to IE 11
- Fix “AddEventListener” error in IE11 without access to Master Pages
- IE11 ISSUE WITH SHAREPOINT MASTER PAGE
- IE11 - Critical Error: Object doesn't support property or method
insert below green colored code in your master page.
<script type="text/javascript">//<![CDATA[
var g_pageLoadAnimationParams = { elementSlideIn : "sideNavBox", elementSlideInPhase2 : "contentBox" };
if (typeof browseris !== 'undefined') {
browseris.ie = false;
}
//]]>
</script>
No comments:
Post a Comment