mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 19:20:09 +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)
|
||||
// do not remove linked pages...
|
||||
|| (elem.hasClass('page') && n != getPageNumber(elem))
|
||||
|| n != getPageNumber(elem).parents('.page')){
|
||||
|| n != getPageNumber($(elem).parents('.page'))){
|
||||
window.location.hash = ''
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user