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
c96f902269f84797daa137933d3f932c2b7f23bd
Authored by
Eugeny Galkovskiy
2016-11-07 16:00:29 +0200
1 parent
e66aba53
123
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
www/js/about/script.js
Inline
Side-by-side
www/js/about/script.js
Wrap text
Show/Hide comments
View file @
c96f902
...
...
@@ -13,7 +13,5 @@ $(document).ready(function() {
13
13
singleItem:true
14
14
});
15
15
16
- $(document).ready(function(){
17
- $('#langModal').modal('show');
18
- });
16
+ $('#langModal').modal('show');
19
17
});
20
18
\ No newline at end of file
...
...