lib/isodoc/mpfd/html/scripts.html in metanorma-mpfd-0.1.1 vs lib/isodoc/mpfd/html/scripts.html in metanorma-mpfd-0.1.2

- old
+ new

@@ -78,5 +78,14 @@ placement: 'left' }; anchors.add('h1, h2, h3, h4'); </script> +<!--IE fix patch: start --> +<script> + if (navigator.userAgent.indexOf('MSIE') !== -1 || navigator.appVersion.indexOf('Trident/') > -1) { + $(document).ready(function() { + $('table', '.main-section').wrap('<div class="ms-table-wrap"></div>'); + }); + }; +</script> +<!--IE fix patch: end -->