changeset 927:95d8184995ab

fixed bug with next/prev page.
author robcast
date Mon, 19 Dec 2011 23:42:31 +0100
parents 2c70e595e4d7
children 8d04821f9302
files webapp/src/main/webapp/jquery/jquery.digilib.js
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.js	Mon Dec 19 21:55:49 2011 +0100
+++ b/webapp/src/main/webapp/jquery/jquery.digilib.js	Mon Dec 19 23:42:31 2011 +0100
@@ -193,7 +193,7 @@
 
     var defaults = {
         // version of this script
-        'version' : 'jquery.digilib.js 2.0b2',
+        'version' : 'jquery.digilib.js 2.0b3',
         // logo url
         'logoUrl' : 'img/digilib-logo-text1.png',
         // homepage url (behind logo)
@@ -458,7 +458,7 @@
                 }
             // reset mk and others(?)
             data.marks = [];
-            data.zoomArea = FULL_AREA.copy;
+            data.zoomArea = FULL_AREA.copy();
             // then reload
             redisplay(data);
         },