root
před 7 měsíci
1 změnil soubory, kde provedl
3 přidání a
1 odebrání
-
3
1
background.js
|
|
@@ -1,7 +1,9 @@
|
|
|
const images = [
|
|
|
'images/bg1.png',
|
|
|
'images/bg2.png',
|
|
|
- 'images/bg3.png'
|
|
|
+ 'images/bg3.png',
|
|
|
+ 'images/bg4.png',
|
|
|
+ 'images/bg5.png'
|
|
|
];
|
|
|
|
|
|
let index = 0;
|