changeset 1230:e7171b0fd914

do not show paging buttons.
author robcast
date Tue, 22 Oct 2013 11:27:26 +0200
parents 391af6dfa74a
children 21441a3f5208
files webapp/src/main/webapp/jquery/digilib-tg.html
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/digilib-tg.html	Mon Oct 21 17:16:42 2013 +0200
+++ b/webapp/src/main/webapp/jquery/digilib-tg.html	Tue Oct 22 11:27:26 2013 +0200
@@ -31,7 +31,8 @@
                 var opts = {
                 	scalerBaseUrl : 'http://textgridlab.org/dev/digilib/rest/digilib',	
                     interactionMode : 'fullscreen',
-                    showRegionNumbers : true
+                    showRegionNumbers : true,
+                    showPageButtons : false
                     };
                 var $div = $('div#digilib');
                 $div.digilib(opts);