Mercurial > hg > digilib-old
changeset 1000:f7bfc40bffea
IE still doesn't like commas
author | hertzhaft |
---|---|
date | Mon, 13 Feb 2012 15:30:06 +0100 |
parents | db78076e7e7e |
children | b8c7e4fa0770 |
files | webapp/src/main/webapp/jquery/jquery.digilib.arrows.js |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.arrows.js Mon Feb 13 11:54:44 2012 +0100 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.arrows.js Mon Feb 13 15:30:06 2012 +0100 @@ -22,12 +22,12 @@ // path to button images (must end with a slash) 'imagePath' : 'img/fullscreen/', 'arrowSetSize' : 18, - 'arrowSet' : [ "up", "down", "left", "right" ], + 'arrowSet' : [ "up", "down", "left", "right" ] }, 'embedded' : { 'imagePath' : 'img/embedded/16/', 'arrowSetSize' : 9, - 'arrowSet' : [ "up", "down", "left", "right" ], + 'arrowSet' : [ "up", "down", "left", "right" ] } } };