summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-08-12 12:24:30 +0200
committerKurt Pattyn <pattyn.kurt@gmail.com>2013-08-12 12:24:30 +0200
commit093c65537e1f74b980abf9b1009c692aaaa51144 (patch)
treead06bd95bc84b4050562fdb06d8c3e398bf3e435
parent5dabfd7bb75cb958d2ca0dc2eefcfe1c0617f6b7 (diff)
downloadqtwebsockets-093c65537e1f74b980abf9b1009c692aaaa51144.tar.gz
Update index.html
-rw-r--r--index.html17
1 files changed, 8 insertions, 9 deletions
diff --git a/index.html b/index.html
index 66c645b..a4381ef 100644
--- a/index.html
+++ b/index.html
@@ -93,15 +93,6 @@ Only tests with <strong>invalid Unicode code points</strong> do <strong>not</str
</div>
<!-- Place this tag where you want the widget to render. -->
<div class="g-person" data-href="//plus.google.com/107734125547708049040" data-rel="author"></div>
-
-<!-- Place this tag after the last widget tag. -->
-<script type="text/javascript">
- (function() {
- var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
- po.src = 'https://apis.google.com/js/plusone.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
- })();
-</script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
@@ -113,6 +104,14 @@ Only tests with <strong>invalid Unicode code points</strong> do <strong>not</str
} catch(err) {}
</script>
+<!-- Place this tag after the last widget tag. -->
+<script type="text/javascript">
+ (function() {
+ var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
+ po.src = 'https://apis.google.com/js/plusone.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
+ })();
+</script>
</body>
</html>