Skip to content
Snippets Groups Projects
Commit 1df5de17 authored by juanf's avatar juanf
Browse files

SSDM-3212 : deleting commented code

SVN: 35770
parent 85a2a8dc
No related branches found
No related tags found
No related merge requests found
......@@ -453,10 +453,6 @@ function SampleLinksWidget(containerId, profile, serverFacade, title, sampleType
codeLink.click(function() {
mainController.changeView("showViewSamplePageFromPermId", sampleToAdd.permId);
// var url = document.location.href;
// url = url.substring(0,url.lastIndexOf("/?") + 1);
// url = url+"?viewName=showViewSamplePageFromPermId&viewData=" + sampleToAdd.permId + "&hideMenu=true";
// var newWindow = window.open(url);
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment