Explorar el Código

duration fix

master
farhan hace 4 meses
padre
commit
475960c741
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      resources/js/app.js

+ 1
- 1
resources/js/app.js Ver fichero

@@ -128,7 +128,7 @@ document.addEventListener('DOMContentLoaded', function() {
128 128
                 var screenWidth = window.innerWidth;
129 129
                 var duration;
130 130
                 if (screenWidth < 600) {
131
-                    duration = 6000; // Smaller screen
131
+                    duration = 12000; // Smaller screen
132 132
                 } else if (screenWidth < 1200) {
133 133
                     duration = 12000; // Medium screen
134 134
                 } else {

Loading…
Cancelar
Guardar