diff options
author | Alexander Kabui | 2021-10-05 19:50:37 +0300 |
---|---|---|
committer | Alexander Kabui | 2021-10-05 19:50:37 +0300 |
commit | 6f739fccbb7cff9f05b53ff4775ecee0761c293b (patch) | |
tree | 2806a9e7ad87957f898ef60b53019b5a8e88bf15 | |
parent | 31071d78f2ffb0ae4c7e0b99e74c7729a1a36e9c (diff) | |
download | genenetwork2-6f739fccbb7cff9f05b53ff4775ecee0761c293b.tar.gz |
js formatting
-rw-r--r-- | wqflask/wqflask/templates/wgcna_setup.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wqflask/wqflask/templates/wgcna_setup.html b/wqflask/wqflask/templates/wgcna_setup.html index 4b13e54e..34690f29 100644 --- a/wqflask/wqflask/templates/wgcna_setup.html +++ b/wqflask/wqflask/templates/wgcna_setup.html @@ -84,11 +84,11 @@ document.addEventListener('DOMContentLoaded', function() { // open socket connection - const socket = io(`${GN_SERVER_URL}`) + const socket = io(`${GN_SERVER_URL}`) // add namespace - socket.on("output",({data})=>{ + socket.on("output", ({ data }) => { - term.writeln(data) + term.writeln(data) }) } else { |