From 1143a1d9031f3316bb4dea7b9f36b88bd9c19808 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Tue, 10 Sep 2019 16:45:50 +0200 Subject: [PATCH] [docs] Added examples list to index --- docs/index.html | 494 ++++++++++++++++++++++++++---------------------- 1 file changed, 272 insertions(+), 222 deletions(-) diff --git a/docs/index.html b/docs/index.html index 54ce330..745bea4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,137 +1,166 @@ - - justGage.com - - - - - - - + + justGage.com + + + + + - - - - - - - + + - - - - + + + + + + + - - + + + + - + - $(document).ready(function(){ - initGauges(0); - initDemos(); + + // google analytics + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-33407720-1']); + _gaq.push(['_trackPageview']); - - + (function () { + var ga = document.createElement('script'); + ga.type = 'text/javascript'; + ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; + s.parentNode.insertBefore(ga, s); + })(); + -
+ - -