use pandora.UI.encode, fix span parsing for texts
This commit is contained in:
parent
41a1a1f94f
commit
dcf0893ea1
4 changed files with 7 additions and 7 deletions
|
|
@ -2,7 +2,7 @@ Ox.load(function() {
|
|||
window.addEventListener('hashchange', function() {
|
||||
var page = document.location.hash.substring(1).split('=')[1];
|
||||
page && Ox.$parent.postMessage('page', {
|
||||
page: page
|
||||
page: Math.round(page)
|
||||
});
|
||||
});
|
||||
Ox.$parent.onMessage(function(event, data, oxid) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue