minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-02-06 15:16:48 +04:00
parent fb812d6e95
commit cb8c260784

View File

@ -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 = ''
}
}