new vm
This commit is contained in:
parent
b1f5af462f
commit
195489a384
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ Ox.getJSON('json/pandora.json?' + +new Date(), function(pandora) {
|
|||
var hash = window.location.hash.substr(1).split('.'),
|
||||
page = hash[0],
|
||||
version = data.split(' ')[0],
|
||||
torrent = 'magnet:?xt=urn:btih:036ad048487bb3e3a65a17c9de607aede3bae426&dn=pandora-r5797&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969',
|
||||
torrentInfo = 'pandora-r5797.torrent, 3.0 GiB'
|
||||
torrent = 'magnet:?xt=urn:btih:adfa6c6f8684d4f6db11316ecf83eeeb159619b9&dn=pandora-r6164&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969',
|
||||
torrentInfo = 'pandora-r6164.torrent, 3.2 GiB'
|
||||
pandora.pages.download = pandora.pages.download.replace(
|
||||
/{version}/g, ' The latest revision is r' + version + '.'
|
||||
).replace(/{torrent}/g, torrent).replace(/{torrentInfo}/g, torrentInfo)
|
||||
|
|
Loading…
Reference in a new issue