Merge pull request #262 from mjbudd77/master

Fix for WhatsNew230 Table of Contents reference
This commit is contained in:
mjbudd77 2020-12-14 22:45:43 -05:00 committed by GitHub
commit ba74582b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
}
else if (top && top.FrameTOC && top.FrameTOC.SelectTocItem)
{
top.FrameTOC.SelectTocItem("WhatsNew223");
top.FrameTOC.SelectTocItem("WhatsNew230");
}
});
</script>