Mercurial > hg > digilib
changeset 1555:89d2f48338cb measure-maps
bug: forgot occurence of
| author | hertzhaft |
|---|---|
| date | Fri, 28 Oct 2016 14:32:07 +0200 |
| parents | f7b9e1ad9298 |
| children | 888a8cc26f00 |
| 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 Fri Oct 28 10:15:07 2016 +0200 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.js Fri Oct 28 14:32:07 2016 +0200 @@ -1417,7 +1417,7 @@ var bgRect = null; // use current image as first background var scalerCss = { - 'background-image' : 'url(' + $img.attr('src') + ')', + 'background-image' : 'url(' + data.$img.attr('src') + ')', 'background-repeat' : 'no-repeat', 'background-position' : '0px 0px', 'cursor' : 'move'
