# HG changeset patch # User hertzhaft # Date 1324826558 -3600 # Node ID 7d1df22f7514df73b74bc7d8b245c62dcec85882 # Parent 0ba8358e219896b86dced4ff5c733c4ff950f285 IE chokes on the comma diff -r 0ba8358e2198 -r 7d1df22f7514 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,