Omnibus commited on
Commit
b64a29e
·
verified ·
1 Parent(s): a6ee245

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -30,9 +30,9 @@ C --> D[End]
30
  const urlParams = new URLSearchParams(queryString);
31
  const merm = urlParams.get("mermaid");
32
  console.log(merm);
33
- this_id=document.getElementById("test1");
34
  //this_id.innerHTML="graph TD\nA[Start] --> B[Task 1]\nB --> C[Task 7]\nC --> D[End]"
35
- this_id.innerHTML=merm;
36
 
37
  </script>
38
  <script>
 
30
  const urlParams = new URLSearchParams(queryString);
31
  const merm = urlParams.get("mermaid");
32
  console.log(merm);
33
+ //this_id=document.getElementById("test1");
34
  //this_id.innerHTML="graph TD\nA[Start] --> B[Task 1]\nB --> C[Task 7]\nC --> D[End]"
35
+ //this_id.innerHTML=merm;
36
 
37
  </script>
38
  <script>