mirror of
https://github.com/flynx/PortableMag.git
synced 2025-11-01 04:20:20 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
fb812d6e95
commit
cb8c260784
@ -733,7 +733,7 @@ function saveURLState(){
|
|||||||
if(n != parseInt(anchor)
|
if(n != parseInt(anchor)
|
||||||
// do not remove linked pages...
|
// do not remove linked pages...
|
||||||
|| (elem.hasClass('page') && n != getPageNumber(elem))
|
|| (elem.hasClass('page') && n != getPageNumber(elem))
|
||||||
|| n != getPageNumber(elem).parents('.page')){
|
|| n != getPageNumber($(elem).parents('.page'))){
|
||||||
window.location.hash = ''
|
window.location.hash = ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user