Spaces:
Running
Running
add fungidb links
Browse files
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 |
}
|