Skip to content

Commit

Permalink
Update site to download from cuwo.org/servers.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matpow2 committed Jul 31, 2017
1 parent 82c3fd4 commit a89e562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/js/cuwo.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function getCommits() {
}

function getServers() {
$.getJSON('http://mp2.dk/cuwo/servers.json', function(jsonData) {
$.getJSON('http://cuwo.org/servers.json', function(jsonData) {
var table = $('#servers');
var rowHolder = table.find('tbody');
rowHolder.find('tr').remove();
Expand Down

0 comments on commit a89e562

Please sign in to comment.