Mercurial > hg > digilib
changeset 929:37be30e04880
IE chokes on the comma
| author | hertzhaft |
|---|---|
| date | Sun, 25 Dec 2011 16:22:38 +0100 |
| parents | faf96d699fc5 |
| children | 76d23865ee5f |
| files | webapp/src/main/webapp/jquery/jquery.digilib.js |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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,
