Module: website Branch: master Commit: 7656a56417932984c2eb5b89618f5af0730d4085 URL: http://source.winehq.org/git/website.git/?a=commit;h=7656a56417932984c2eb5b8...
Author: Jeremy Newman jnewman@codeweavers.com Date: Thu Aug 28 10:03:25 2014 -0500
protocol relative url for search
---
templates/de/search.template | 2 +- templates/en/search.template | 2 +- templates/fr/search.template | 2 +- templates/he/search.template | 2 +- templates/pl/search.template | 2 +- templates/tr/search.template | 2 +- templates/uk/search.template | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/templates/de/search.template b/templates/de/search.template index dbb99a0..1c20fb4 100644 --- a/templates/de/search.template +++ b/templates/de/search.template @@ -22,5 +22,5 @@ var googleSearchDomain = "www.google.com"; var googleSearchPath = "/cse"; </script> -<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script> +<script type="text/javascript" src="//www.google.com/afsonline/show_afs_search.js"></script>
diff --git a/templates/en/search.template b/templates/en/search.template index 4c63769..23cb08f 100644 --- a/templates/en/search.template +++ b/templates/en/search.template @@ -22,5 +22,5 @@ var googleSearchDomain = "www.google.com"; var googleSearchPath = "/cse"; </script> -<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script> +<script type="text/javascript" src="//www.google.com/afsonline/show_afs_search.js"></script>
diff --git a/templates/fr/search.template b/templates/fr/search.template index a144a70..c540b4d 100644 --- a/templates/fr/search.template +++ b/templates/fr/search.template @@ -22,5 +22,5 @@ var googleSearchDomain = "www.google.fr"; var googleSearchPath = "/cse"; </script> -<script type="text/javascript" src="http://www.google.fr/afsonline/show_afs_search.js"></script> +<script type="text/javascript" src="//www.google.fr/afsonline/show_afs_search.js"></script>
diff --git a/templates/he/search.template b/templates/he/search.template index 4c6828b..4ed8d73 100644 --- a/templates/he/search.template +++ b/templates/he/search.template @@ -22,5 +22,5 @@ var googleSearchDomain = "www.google.com"; var googleSearchPath = "/cse"; </script> -<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script> +<script type="text/javascript" src="//www.google.com/afsonline/show_afs_search.js"></script>
diff --git a/templates/pl/search.template b/templates/pl/search.template index c44736b..d1693c7 100644 --- a/templates/pl/search.template +++ b/templates/pl/search.template @@ -22,5 +22,5 @@ var googleSearchDomain = "www.google.com"; var googleSearchPath = "/cse"; </script> -<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script> +<script type="text/javascript" src="//www.google.com/afsonline/show_afs_search.js"></script>
diff --git a/templates/tr/search.template b/templates/tr/search.template index 8bdf215..10fad9c 100644 --- a/templates/tr/search.template +++ b/templates/tr/search.template @@ -22,5 +22,5 @@ var googleSearchDomain = "www.google.com"; var googleSearchPath = "/cse"; </script> -<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script> +<script type="text/javascript" src="//www.google.com/afsonline/show_afs_search.js"></script>
diff --git a/templates/uk/search.template b/templates/uk/search.template index 60c09ed..b8e60cd 100644 --- a/templates/uk/search.template +++ b/templates/uk/search.template @@ -22,5 +22,5 @@ var googleSearchDomain = "www.google.com"; var googleSearchPath = "/cse"; </script> -<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script> +<script type="text/javascript" src="//www.google.com/afsonline/show_afs_search.js"></script>