Mercurial > hg > digilib
changeset 990:424bd5fffe5b
IE still doesn't like commas
author | hertzhaft |
---|---|
date | Mon, 13 Feb 2012 15:30:06 +0100 |
parents | 8bbdd683dd92 |
children | f0956a96ecae |
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" ] } } };