# HG changeset patch
# User robcast
# Date 1352488251 -3600
# Node ID 9e85efcfbb0cbb85cc28cfcc72ec0b52e8e6e6a8
# Parent fcafcc8996be2a99592309c68eccbe3953c36cd5
removed more superfluous commas. added json2.js for old browsers (annotations still don't work in in ie6 and ff2.0 :-)
diff -r fcafcc8996be -r 9e85efcfbb0c 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 fcafcc8996be -r 9e85efcfbb0c 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)
},