# HG changeset patch
# User robcast
# Date 1352488251 -3600
# Node ID 49c75016f93ad44f77a3f0c156cba7c08cd4b3dc
# Parent 0a615987c16555b7af0a60ba118d30eb51b6d9f1
removed more superfluous commas. added json2.js for old browsers (annotations still don't work in in ie6 and ff2.0 :-)
diff -r 0a615987c165 -r 49c75016f93a webapp/src/main/webapp/jquery/digilib-ann.html
--- a/webapp/src/main/webapp/jquery/digilib-ann.html Fri Nov 09 19:48:04 2012 +0100
+++ b/webapp/src/main/webapp/jquery/digilib-ann.html Fri Nov 09 20:10:51 2012 +0100
@@ -11,6 +11,7 @@
}
+
diff -r 0a615987c165 -r 49c75016f93a webapp/src/main/webapp/jquery/jquery.digilib.annotator.js
--- a/webapp/src/main/webapp/jquery/jquery.digilib.annotator.js Fri Nov 09 19:48:04 2012 +0100
+++ b/webapp/src/main/webapp/jquery/jquery.digilib.annotator.js Fri Nov 09 20:10:51 2012 +0100
@@ -86,7 +86,7 @@
//'uri': getAnnotationPageUrl()
},
loadFromSearch: {
- 'limit': 20,
+ 'limit': 20
//'uri': getAnnotationPageUrl()
}
}
@@ -434,7 +434,7 @@
'autoFetch' : true,
'requestMethod' : 'POST',
'requestData' : {
- 'user': settings.annotationUser,
+ 'user': settings.annotationUser
},
'unauthorizedCallback' : getHandleUnauthorized(data)
},