typo
This commit is contained in:
parent
69c6658768
commit
176899d65a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Ox.getJSON('json/pandora.json?' + +new Date(), function(pandora) {
|
||||||
|
|
||||||
loadPage();
|
loadPage();
|
||||||
|
|
||||||
Ox.get('https//code.0x2620.org/pandora/.bzr/branch/last-revision', function(data) {
|
Ox.get('https://code.0x2620.org/pandora/.bzr/branch/last-revision', function(data) {
|
||||||
var hash = window.location.hash.substr(1).split('.'),
|
var hash = window.location.hash.substr(1).split('.'),
|
||||||
page = hash[0],
|
page = hash[0],
|
||||||
version = data.split(' ')[0];
|
version = data.split(' ')[0];
|
||||||
|
|
Loading…
Reference in a new issue