diff --git a/assets/js/v1.01_app.js b/assets/js/v1.02_app.js
similarity index 98%
rename from assets/js/v1.01_app.js
rename to assets/js/v1.02_app.js
index 8d3b766..f0ee816 100644
--- a/assets/js/v1.01_app.js
+++ b/assets/js/v1.02_app.js
@@ -319,10 +319,10 @@ switch(Number(object)) {
break;
case 3:
imageUrls = [
- "img/gallery/statek/thumbs/6.webp",
- "img/gallery/statek/thumbs/w1.webp",
- "img/gallery/statek/thumbs/w2.webp",
"img/gallery/statek/thumbs/w6.webp",
+ "img/gallery/statek/thumbs/w11.webp",
+ "img/gallery/statek/thumbs/w2.webp",
+ "img/gallery/statek/thumbs/6.webp",
"img/gallery/statek/thumbs/w3.webp",
"img/gallery/statek/thumbs/w4.webp",
"img/gallery/statek/thumbs/3.webp",
@@ -332,13 +332,13 @@ switch(Number(object)) {
"img/gallery/statek/thumbs/11.webp",
"img/gallery/statek/thumbs/w5.webp",
"img/gallery/statek/thumbs/w7.webp",
- "img/gallery/statek/thumbs/w8.webp",
+ "img/gallery/statek/thumbs/28.webp",
"img/gallery/statek/thumbs/w9.webp",
- "img/gallery/statek/thumbs/w10.webp",
+ "img/gallery/statek/thumbs/w12.webp",
"img/gallery/statek/thumbs/25.webp",
"img/gallery/statek/thumbs/26.webp",
"img/gallery/statek/thumbs/27.webp",
- "img/gallery/statek/thumbs/28.webp"
+ "img/gallery/statek/thumbs/w8.webp"
];
}
@@ -393,16 +393,16 @@ function galleryControl(e,f,g,h) {
if(e==3){
switch(next) {
case 1:
- next = "6";
+ next = "w6";
break;
case 2:
- next = "w1";
+ next = "w11";
break;
case 3:
next = "w2";
break;
case 4:
- next = "w6";
+ next = "6";
break;
case 5:
next = "w3";
@@ -432,13 +432,13 @@ function galleryControl(e,f,g,h) {
next = "w7";
break;
case 14:
- next = "w8";
+ next = "28";
break;
case 15:
next = "w9";
break;
case 16:
- next = "w10";
+ next = "w12";
break;
case 17:
next = "25";
@@ -450,7 +450,7 @@ function galleryControl(e,f,g,h) {
next = "27";
break;
case 20:
- next = "28"
+ next = "w8"
}
}
$('body').find('.section--preview').find('img').attr('src','img/gallery/' + object + '/' + next + '.webp');
diff --git a/img/gallery/statek/thumbs/w11.webp b/img/gallery/statek/thumbs/w11.webp
new file mode 100644
index 0000000..f7efabb
Binary files /dev/null and b/img/gallery/statek/thumbs/w11.webp differ
diff --git a/img/gallery/statek/thumbs/w12.webp b/img/gallery/statek/thumbs/w12.webp
new file mode 100644
index 0000000..87c9cb9
Binary files /dev/null and b/img/gallery/statek/thumbs/w12.webp differ
diff --git a/img/gallery/statek/w11.webp b/img/gallery/statek/w11.webp
new file mode 100644
index 0000000..05e8f68
Binary files /dev/null and b/img/gallery/statek/w11.webp differ
diff --git a/img/gallery/statek/w12.webp b/img/gallery/statek/w12.webp
new file mode 100644
index 0000000..8714300
Binary files /dev/null and b/img/gallery/statek/w12.webp differ
diff --git a/index.html b/index.html
index 57c5cce..46259d9 100644
--- a/index.html
+++ b/index.html
@@ -659,6 +659,6 @@
-
+