diff client/digitallibrary/oldskin/dclib.js @ 591:a667d2952aab

small fix to dirInfo-xml.jsp and old digicat.jsp
author robcast
date Thu, 06 Jan 2011 20:51:58 +0100
parents 23866acd6509
children
line wrap: on
line diff
--- a/client/digitallibrary/oldskin/dclib.js	Wed Jan 05 14:44:19 2011 +0100
+++ b/client/digitallibrary/oldskin/dclib.js	Thu Jan 06 20:51:58 2011 +0100
@@ -58,7 +58,7 @@
     var pt = getParameter("pt");
     var pn = parseInt(getParameter("pn"));
     var fn = getParameter("fn");
-    var par_mo = (hasParameter("mo")) ? "mo="+getParameter("mo") : "";
+    var par_mo = (hasParameter("mo")) ? "&mo="+getParameter("mo") : "";
 
     var picWidth = (dw != 0) ? dw : Math.floor((fWidth-30)/cells[0])-2*cells[0]-1;
     var picHeight = (dh != 0) ? dh : picWidth;