Skip to content
Snippets Groups Projects
Commit 6a115b18 authored by juanf's avatar juanf
Browse files

SSDM-1064 : PAPER - Link to download a template for batch Imports

SVN: 32830
parent 51cea28e
No related branches found
No related tags found
No related merge requests found
......@@ -67,9 +67,8 @@ function TypeAndFileView(typeAndFileController, typeAndFileModel) {
}
this.updateLink = function(sampleTypeCode) {
if(sampleTypeCode === "") {
this.linkContainer.empty();
} else {
this.linkContainer.empty();
if(sampleTypeCode !== "") {
var $component = $("<p>", {'class' : 'form-control-static', 'style' : 'border:none; box-shadow:none; background:transparent;'});
var $link = $("<a>", {
href : mainController.serverFacade.getTemplateLink(sampleTypeCode, this._typeAndFileModel.linkType),
......
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