diff --git a/productMods/edit/forms/addAuthorsToInformationResource.jsp b/productMods/edit/forms/addAuthorsToInformationResource.jsp index 102126e7..bc950f28 100644 --- a/productMods/edit/forms/addAuthorsToInformationResource.jsp +++ b/productMods/edit/forms/addAuthorsToInformationResource.jsp @@ -293,14 +293,20 @@ SPARQL queries for existing values. --%> // ulClass = "class='processedSubmission'"; //} //System.out.println(vreq.getAttribute("entToReturnTo")); + String ulClass = ""; + if (authorships.size() > 1) { + // This class triggers application of dd styles. Don't wait for js to add + // the ui-sortable class, because then the page flashes as the styles are updated. + ulClass = "class='dd'"; + } %> -