# HG changeset patch # User hertzhaft # Date 1324826558 -3600 # Node ID 37be30e048801e6ddbde55a44d071e69784abc6b # Parent faf96d699fc540ffabe720a41be0079aaf1897c2 IE chokes on the comma diff -r faf96d699fc5 -r 37be30e04880 webapp/src/main/webapp/jquery/jquery.digilib.js --- a/webapp/src/main/webapp/jquery/jquery.digilib.js Thu Dec 22 15:17:14 2011 +0100 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.js Sun Dec 25 16:22:38 2011 +0100 @@ -254,7 +254,7 @@ 'specialSet' : ["mark","delmark","hmir","vmir","rot","brgt","cont","rgb","quality","scale","lessoptions"], 'arrowSet' : ["up", "down", "left", "right"], 'buttonSets' : ['standardSet', 'specialSet'] - }, + } }, // arrow bar overlays for moving the zoomed area 'showZoomArrows' : true,