diff webapp/src/main/webapp/jquery/jquery.digilib.arrows.js @ 1131:c1e7821d3c68

fix bug in path of arrow-images and problem with nested options.
author robcast
date Tue, 13 Nov 2012 17:35:32 +0100
parents e1b29f51d224
children
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.arrows.js	Mon Nov 12 13:04:58 2012 +0100
+++ b/webapp/src/main/webapp/jquery/jquery.digilib.arrows.js	Tue Nov 13 17:35:32 2012 +0100
@@ -20,7 +20,7 @@
         'buttonSettings' : {
             'fullscreen' : {
                 // path to button images (must end with a slash)
-                'imagePath' : 'img/fullscreen/',
+                'imagePath' : 'img/fullscreen/32/',
                 'arrowSetSize' : 16,
                 'arrowSet' : [ "up", "down", "left", "right" ]
             },