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:
parent
f9deec330c
commit
ac3a331138
@ -2,7 +2,7 @@
|
||||
<html lang="{{ site.LanguageCode | default "en-us" }}">
|
||||
{{ partial "site_head" . }}
|
||||
<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");
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user