Administrator
/
my-new-semena
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a47705461654564af9ae59fbb4bcd5e669ef3078
Authored by
Eugeny Galkovskiy
2016-11-07 16:06:53 +0200
1 parent
a2eff549
123
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
src/app/frontend/views/about_ukr.php
www/js/about/script.js
Inline
Side-by-side
src/app/frontend/views/about_ukr.php
Wrap text
Show/Hide comments
View file @
a477054
...
...
@@ -820,6 +820,9 @@
820
820
autoplayHoverPause:true
821
821
})
822
822
</script>
823
+<script>
824
+ $("#invislang").click();
825
+</script>
823
826
<!--
824
827
<script src="/js/about/script.js"></script>
825
828
-->
...
...
www/js/about/script.js
Wrap text
Show/Hide comments
View file @
a477054
1
1
$(document).ready(function() {
2
- $("#invislang").click();
3
- alert('dfdf');
4
2
$("#owl1").owlCarousel({
5
3
autoPlay: 5000,
6
4
slideSpeed : 40000,
...
...