Ridotto tempo rotazione banner a 20sec

Signed-off-by: Riccardo Di Dato <r.didato@asdynamics.it>
This commit is contained in:
Riccardo Di Dato
2016-12-07 14:41:39 +01:00
parent bf477ba62f
commit ae0042c796
+1 -1
View File
@@ -48,7 +48,7 @@ Creation Date: 02/mar/2016
var rand = Math.floor((Math.random() * 100) + 1);
setTimeout(function () {
bannerRoll('<?php echo $banner->id;?>',<?php echo $position; ?>,<?php echo $category?>);
},60000+rand);
},20000+rand);
</script>
<?php
}