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