This commit is contained in:
2023-08-09 21:48:29 +02:00
parent c40c2f921e
commit f2ee15cf50
2 changed files with 2 additions and 2 deletions

View File

@@ -439,7 +439,7 @@ function galleryControl(e,f,g,h) {
} }
function loopControl(e,f,g) { function loopControl(e,f,g) {
if(f){if(g+1==e+1){e=1;}else{e=e+1;}}else{if(0==e-1){e=g;}else{e=e-1;}}return e; if(f){if(0==e-1){e=g;}else{e=e-1;}}else{if(g+1==e+1){e=1;}else{e=e+1;}}return e;
} }
function menuControl(e,f) { function menuControl(e,f) {

View File

@@ -647,6 +647,6 @@
</div> </div>
</footer> </footer>
<script src="assets/js/app.js"></script> <script src="assets/js/v1_app.js"></script>
</body> </body>
</html> </html>