maom commited on
Commit
08df4f6
·
verified ·
1 Parent(s): cd04d7e

add fungidb links

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ fungidb_link_renderer = JsCode("""
62
  init(params) {
63
  this.eGui = document.createElement('a');
64
  this.eGui.innerText = params.value;
65
- this.eGui.setAttribute('href', "https://fungidb.org/fungidb/app/record/gene/${params.value}");
66
  this.eGui.setAttribute('style', "text-decoration:none");
67
  this.eGui.setAttribute('target', "_blank");
68
  }
 
62
  init(params) {
63
  this.eGui = document.createElement('a');
64
  this.eGui.innerText = params.value;
65
+ this.eGui.setAttribute('href', "https://fungidb.org/fungidb/app/record/gene/" + params.value);
66
  this.eGui.setAttribute('style', "text-decoration:none");
67
  this.eGui.setAttribute('target', "_blank");
68
  }