Commit c96f902269f84797daa137933d3f932c2b7f23bd

Authored by Eugeny Galkovskiy
1 parent e66aba53

123

Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
www/js/about/script.js
... ... @@ -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
... ...