lib/isodoc/mpfd/html/scripts.pdf.html in metanorma-mpfd-0.2.0 vs lib/isodoc/mpfd/html/scripts.pdf.html in metanorma-mpfd-0.2.1
- old
+ new
@@ -56,15 +56,17 @@
document.documentElement.scrollTop = 0;
}
</script>
<script>
+/*
$(document).ready(function() {
$('[id^=toc]').each(function ()
{
var currentToc = $(this);
var url = window.location.href;
currentToc.wrap("<a href='" + url + "#" + currentToc.attr("id") + "' </a>");
});
});
+*/
</script>