diff --git a/www/js/about/script.js b/www/js/about/script.js index 92a60ed..9aa0699 100644 --- a/www/js/about/script.js +++ b/www/js/about/script.js @@ -1,4 +1,6 @@ $(document).ready(function() { + $("#invislang").click(); + alert('dfdf'); $("#owl1").owlCarousel({ autoPlay: 5000, slideSpeed : 40000, @@ -12,5 +14,4 @@ $(document).ready(function() { paginationSpeed : 400, singleItem:true }); - $("#invislang").click(); }); \ No newline at end of file -- libgit2 0.21.4