We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d7474 commit 5d4f173Copy full SHA for 5d4f173
SkylineToolsStore/src/org/labkey/skylinetoolsstore/view/SkylineToolDetails.jsp
@@ -684,7 +684,7 @@ a { text-decoration: none; }
684
});
685
}
686
687
- window.location.href = "<%=h(urlFor(SkylineToolsStoreController.DownloadToolAction.class))%>id=" + toolId;
+ window.location.href = <%= q(urlFor(SkylineToolsStoreController.DownloadToolAction.class).addParameter("id", tool.getRowId())) %>;
688
689
690
function popToolOwners() {
0 commit comments