diff --git a/autori.html b/autori.html index cd6ad40..80c1c59 100644 --- a/autori.html +++ b/autori.html @@ -5,7 +5,7 @@ Fabrika Hrádek Tour - + diff --git a/index.html b/index.html index b08d8ef..6e9cb94 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + diff --git a/map.html b/map.html index a02a7ca..1e739f3 100644 --- a/map.html +++ b/map.html @@ -5,7 +5,7 @@ Fabrika Hrádek Tour - + @@ -20,7 +20,7 @@
- Satelitní snímek železáren + Satelitní snímek železáren
\ No newline at end of file diff --git a/res/global.css b/res/global.css index 54fff47..e677f72 100644 --- a/res/global.css +++ b/res/global.css @@ -1,6 +1,6 @@ body { - background: url("http://207.180.212.190/fht/background_downscaled.jpg") no-repeat center center fixed; + background: url("http://109.123.243.163/fht/background_downscaled.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; diff --git a/res/index/script.js b/res/index/script.js index 3ca8e46..d1f075f 100644 --- a/res/index/script.js +++ b/res/index/script.js @@ -12,7 +12,7 @@ function change_slideshow_img() random_index = Math.floor(Math.random() * buffer.length); } while (buffer[random_index] == last_index); - document.getElementById("slideshow").src = "http://207.180.212.190/fht/fabrika_imgs/downscaled/" + buffer[random_index] + ".jpg"; + document.getElementById("slideshow").src = "http://109.123.243.163/fht/fabrika_imgs/downscaled/" + buffer[random_index] + ".jpg"; if (imgs_index.includes(buffer[random_index])) { diff --git a/res/index/style.css b/res/index/style.css index a49fb88..f1733ad 100644 --- a/res/index/style.css +++ b/res/index/style.css @@ -1,6 +1,6 @@ body { - background: url("http://207.180.212.190/fht/fabrika_imgs/downscaled/23.jpg") no-repeat center center fixed; + background: url("http://109.123.243.163/fht/fabrika_imgs/downscaled/23.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; diff --git a/res/panorama.html b/res/panorama.html index a9d071c..ce0f233 100644 --- a/res/panorama.html +++ b/res/panorama.html @@ -4,7 +4,7 @@ - + diff --git a/res/panorama/script.js b/res/panorama/script.js index e8b805e..3c849b5 100644 --- a/res/panorama/script.js +++ b/res/panorama/script.js @@ -126,6 +126,6 @@ function check_param() open("../index.html", "_self"); } - img_url = 'http://207.180.212.190/fht/fabrika_imgs/downscaled/' + img_url + '.jpg'; //TODO: Change + img_url = 'http://109.123.243.163/fht/fabrika_imgs/downscaled/' + img_url + '.jpg'; //TODO: Change if (!x.startsWith(undefined)) ASPECT_RATIO = x / y; } \ No newline at end of file