lvhao hace 15 horas
padre
commit
ecc1d62017
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      template/erp/js/index.js

+ 1 - 1
template/erp/js/index.js

@@ -700,7 +700,7 @@ $(".datasave").click(function() {
 				$(".ts").hide();
                 $(".ts p").html(a.msg);
                 $(".ts").fadeIn();
-                setTimeout('$(".ts").fadeOut()', 1200);
+                setTimeout('$(".ts").fadeOut()', 1600);
             }
         }
     });