mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 15:35:03 -04:00
bug fixed, the library name is no longer used in the urls of the web library
This commit is contained in:
@ -290,7 +290,7 @@ void HttpSession::clearNavigationPath()
|
||||
|
||||
int HttpSession::popPage()
|
||||
{
|
||||
if(dataPtr)
|
||||
if(dataPtr && !(dataPtr->yacreaderSessionData.navigationPath.isEmpty()))
|
||||
return dataPtr->yacreaderSessionData.navigationPath.pop();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user