Omnibus commited on
Commit
7655b58
1 Parent(s): 2f32626

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -16,7 +16,7 @@
16
  document.getElementById("in_html").style=sty;
17
 
18
  const tit = urlParams.get("title");
19
- if tit == True{
20
  var titl = "<center><b>"+tit+"</b></center>"
21
  document.getElementById("in_html").innerHTML=titl;
22
  }
 
16
  document.getElementById("in_html").style=sty;
17
 
18
  const tit = urlParams.get("title");
19
+ if (tit !== null){
20
  var titl = "<center><b>"+tit+"</b></center>"
21
  document.getElementById("in_html").innerHTML=titl;
22
  }