Skip to content

Commit

Permalink
Don't special-case display of metaserver for small screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasrosdal committed Nov 9, 2014
1 parent 077bec4 commit 7b0a3ad
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions freeciv-web/src/main/webapp/meta/js/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,5 @@ $(document).ready(function() {
} else {
$( "#tabs" ).tabs();
}

if ($(window).width() <= 1024) {
// for small screens
$(".row").width("100%");
$(".span10").width("100%");
$(".span10").css("padding", "0px");
$("#singleplr").html("Singleplayer");
$("#multiplr").html("Multi");
$("#freecivmeta").html("Desktop");
}
});

0 comments on commit 7b0a3ad

Please sign in to comment.