diff options
author | Araq <rumpf_a@web.de> | 2018-08-14 01:36:02 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-08-14 01:36:02 +0200 |
commit | 18859cbaa1d1261d58ab6ceea2635c8dd02c2175 (patch) | |
tree | 899336888880ea004a9bb4cd0802a6509a7665d8 /tools | |
parent | 83c89197f3fda783819cd0c5de06561c3e6f3616 (diff) | |
download | Nim-18859cbaa1d1261d58ab6ceea2635c8dd02c2175.tar.gz |
make nimweb compile again
Diffstat (limited to 'tools')
-rw-r--r-- | tools/website.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/website.tmpl b/tools/website.tmpl index f9b1a219a..9e5eb2460 100644 --- a/tools/website.tmpl +++ b/tools/website.tmpl @@ -203,7 +203,7 @@ runForever() # if currentTab == "index": <script src="${rootDir}assets/index.js"></script> # end if -# if c.gaId != nil: +# if c.gaId.len != 0: <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |