This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git
commit 0a7580fb56f86b43fc1cb0c0d2527001f4219d42 Author: Josh Tynjala <[email protected]> AuthorDate: Thu Mar 20 13:05:11 2025 -0700 removed old analytics code --- _layouts/docpage.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/_layouts/docpage.html b/_layouts/docpage.html index 5fd184e..0c4f252 100644 --- a/_layouts/docpage.html +++ b/_layouts/docpage.html @@ -22,12 +22,6 @@ limitations under the License. <meta http-equiv="CACHE-CONTROL" content="NO-CACHE"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" /> - <script> - window.dataLayer = window.dataLayer || []; - function gtag(){dataLayer.push(arguments);} - gtag('js', new Date()); - gtag('config', 'UA-141008188-1'); - </script> <link rel="stylesheet" href="{{ site.baseurl }}/assets/fnt/font-awesome/font-awesome.min.css" /> <script src="https://cdn.rawgit.com/icons8/titanic/master/dist/js/titanic.min.js"></script>
