7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2024-11-22 06:11:30 +00:00

Corrige typo no javascript

This commit is contained in:
Hugo Peixoto 2021-11-17 23:49:59 +00:00
parent f9deec330c
commit ac3a331138

View File

@ -2,7 +2,7 @@
<html lang="{{ site.LanguageCode | default "en-us" }}"> <html lang="{{ site.LanguageCode | default "en-us" }}">
{{ partial "site_head" . }} {{ partial "site_head" . }}
<script type="text/javascript"> <script type="text/javascript">
if (window.location.hostname == "www.ansol.org" { if (window.location.hostname == "www.ansol.org") {
window.location = window.location.href.replace("www.ansol.org", "ansol.org"); window.location = window.location.href.replace("www.ansol.org", "ansol.org");
} }
</script> </script>