X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Flibrary%2FWebLibraryServerHtml.java;fp=src%2Fbe%2Fnikiroo%2Ffanfix%2Flibrary%2FWebLibraryServerHtml.java;h=524fea36182ed1874c3f7946e6d86fd3578e9801;hp=5310c7c104953fdf90ed9ee97b2c4a6cd8c222a6;hb=b8b60b3217e62f1896cc3a57763bddd147474695;hpb=8c7f2a44646ff1ca6b4b361046090a9ec12525f0 diff --git a/src/be/nikiroo/fanfix/library/WebLibraryServerHtml.java b/src/be/nikiroo/fanfix/library/WebLibraryServerHtml.java index 5310c7c..524fea3 100644 --- a/src/be/nikiroo/fanfix/library/WebLibraryServerHtml.java +++ b/src/be/nikiroo/fanfix/library/WebLibraryServerHtml.java @@ -648,8 +648,10 @@ abstract class WebLibraryServerHtml implements Runnable { } viewerItem = templates.viewerImage(WebLibraryUrls - .getStoryUrl(luid, chapter, paragraph), next, - zoomStyle); + .getStoryUrl(luid, chapter, paragraph), // + disabledRight ? null : next, // + zoomStyle // + ); } else { viewerItem = templates.viewerText(null, new TextOutput(false).convert(para));