Latest Neocron News and Information

  • New retail server patch #551 has been released to Titan
  • New test server patch #552 has been released to Vedeena

Difference between revisions of "Metadata:Mapping/Map.js"

From Neocron Wiki
Jump to: navigation, search
m (Brammers moved page MediaWiki:NCwiki.js to Metadata:Mapping/Map.js without leaving a redirect: Moved to metadata)
(Removed server lists JS - not needed here)
Line 51: Line 51:
 
// End of mapkey functions
 
// End of mapkey functions
  
// Live server feeds
 
$('div.thn_live_servers').each(function ()
 
{
 
$.ajax(
 
{
 
url: "http://stats.techhaven.org/api/data/en/servers/info.js?return=html",
 
dataType: 'jsonp',
 
success: function(data)
 
{
 
// console.log(data);
 
        $('div.thn_live_servers').append(data);
 
        }
 
    });
 
});
 
// End of functions
 
 
});
 
});

Revision as of 18:48, 26 October 2013

Sorry you do not have permissions to view this page.