From a2eff5493a25f2fa151e27d3d5306caff2b494fe Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Mon, 7 Nov 2016 16:05:33 +0200 Subject: [PATCH] 123 --- www/js/about/script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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