Commit a2eff5493a25f2fa151e27d3d5306caff2b494fe

Authored by Eugeny Galkovskiy
1 parent 077804a5

123

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