go only to page links

This commit is contained in:
Dobrica Pavlinusic
2012-09-25 00:03:32 +02:00
parent a3f5de9e7a
commit 8a7f2bd562

View File

@@ -2921,7 +2921,7 @@ function UniReader:addAllCommands()
end
end
if link then
if link and links[link] ~= nil and links[link].page ~= nil then
goto_page = links[ link ].page + 1
end