This commit is contained in:
j 2012-05-30 18:28:39 +02:00
commit af6c58bcaa
4 changed files with 6 additions and 20 deletions

View file

@ -607,7 +607,7 @@ Ox.load(function() {
},
url: {
get: function() {
var split = window.location.hash.substr(1).split('/');
var split = window.location.hash.slice(1).split('/');
return {page: split[0], item: split[1] || ''};
},
set: function(data) {