summaryrefslogtreecommitdiffstats
path: root/chrome/app/resources/terms/terms_hr.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/app/resources/terms/terms_hr.html')
-rw-r--r--chrome/app/resources/terms/terms_hr.html22
1 files changed, 19 insertions, 3 deletions
diff --git a/chrome/app/resources/terms/terms_hr.html b/chrome/app/resources/terms/terms_hr.html
index bce94a6..37fb625 100644
--- a/chrome/app/resources/terms/terms_hr.html
+++ b/chrome/app/resources/terms/terms_hr.html
@@ -3,11 +3,27 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Google Chrome uvjeti upotrebe usluge</title>
+<link rel="icon" type="image/ico" href="/tools/dlpage/res/chrome/images/chrome-16.png"><title>Google Chrome uvjeti upotrebe usluge</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 uvjeti upotrebe usluge</h2>
@@ -116,4 +132,4 @@ body { font-family:Arial; font-size:13px; }
<h3>&nbsp;</h3>
<br />
</body>
-</html> \ No newline at end of file
+</html>