Commit a2eff5493a25f2fa151e27d3d5306caff2b494fe
1 parent
077804a5
123
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
www/js/about/script.js
| 1 | $(document).ready(function() { | 1 | $(document).ready(function() { |
| 2 | + $("#invislang").click(); | ||
| 3 | + alert('dfdf'); | ||
| 2 | $("#owl1").owlCarousel({ | 4 | $("#owl1").owlCarousel({ |
| 3 | autoPlay: 5000, | 5 | autoPlay: 5000, |
| 4 | slideSpeed : 40000, | 6 | slideSpeed : 40000, |
| @@ -12,5 +14,4 @@ $(document).ready(function() { | @@ -12,5 +14,4 @@ $(document).ready(function() { | ||
| 12 | paginationSpeed : 400, | 14 | paginationSpeed : 400, |
| 13 | singleItem:true | 15 | singleItem:true |
| 14 | }); | 16 | }); |
| 15 | - $("#invislang").click(); | ||
| 16 | }); | 17 | }); |
| 17 | \ No newline at end of file | 18 | \ No newline at end of file |