Skip to content

Commit 9cacd91

Browse files
committed
prepare to migrate to new-lustre
1 parent 37ab8d6 commit 9cacd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omerointegration/src/org/labkey/omerointegration/OmeroDisplayColum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ public void renderGridCellContents(RenderContext ctx, Writer out) throws IOExcep
7272
@Override
7373
public @NotNull Set<ClientDependency> getClientDependencies()
7474
{
75-
return PageFlowUtil.set(ClientDependency.fromPath("omerointegration/utils.js"), ClientDependency.fromPath("ldk/LDKApi.lib.xml"));
75+
return PageFlowUtil.set(ClientDependency.fromPath("ldk/LDKApi.lib.xml"), ClientDependency.fromPath("omerointegration/utils.js"));
7676
}
7777
}

0 commit comments

Comments
 (0)