diff --git a/www/js/about/script.js b/www/js/about/script.js index a28117a..3093f30 100644 --- a/www/js/about/script.js +++ b/www/js/about/script.js @@ -13,7 +13,5 @@ $(document).ready(function() { singleItem:true }); - $(document).ready(function(){ - $('#langModal').modal('show'); - }); + $('#langModal').modal('show'); }); \ No newline at end of file -- libgit2 0.21.4