Skip to content
Commits on Source (1)
......@@ -248,6 +248,7 @@
$( "#icnml_tree_files" )
.attr( "href", data.treeurl )
.attr( "target", "_blank" )
.css( "text-decoration", "underline" )
.text( "Download this version of ICNML here" );
}
......