Skip to content

Commit ecb6ceb

Browse files
committed
copy help.html to inst/www/ from www
1 parent 4d59438 commit ecb6ceb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

inst/www/help.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,15 @@ <h3>About the Author</h3>
784784
}
785785
})();
786786
</script>
787+
<!-- Google tag (gtag.js) -->
788+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-57404PEM02"></script>
789+
<script>
790+
window.dataLayer = window.dataLayer || [];
791+
function gtag(){dataLayer.push(arguments);}
792+
gtag('js', new Date());
793+
794+
gtag('config', 'G-57404PEM02');
795+
</script>
787796
</div>
788797
</body>
789798
</html>

0 commit comments

Comments
 (0)