diff options
Diffstat (limited to 'chrome/app/resources/terms/terms_sk.html')
-rw-r--r-- | chrome/app/resources/terms/terms_sk.html | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/chrome/app/resources/terms/terms_sk.html b/chrome/app/resources/terms/terms_sk.html index 1165048..359d8a9 100644 --- a/chrome/app/resources/terms/terms_sk.html +++ b/chrome/app/resources/terms/terms_sk.html @@ -3,11 +3,27 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Google Chrome – Zmluvné podmienky</title> +<link rel="icon" type="image/ico" href="/tools/dlpage/res/chrome/images/chrome-16.png"><title>Google Chrome – Zmluvné podmienky</title> <style> body { font-family:Arial; font-size:13px; } </style> -</head> +<script type="text/javascript"> +function carry_tracking(obj) { + var s = '(\\?.*)'; + var regex = new RegExp(s); + var results = regex.exec(window.location.href); + if (results != null) { + obj.href = obj.href + results[1]; + } else { + s2 = 'intl/([^/]*)'; + regex2 = new RegExp(s2); + results2 = regex2.exec(window.location.href); + if (results2 != null) { + obj.href = obj.href + '?hl=' + results2[1]; + } + } +} +</script></head> <body> <h2>Google Chrome – Zmluvné podmienky</h2> @@ -116,4 +132,4 @@ body { font-family:Arial; font-size:13px; } <h3> </h3> <br /> </body> -</html>
\ No newline at end of file +</html> |