Omnibus commited on
Commit
0b0fa31
·
1 Parent(s): 61fc6de

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -17,7 +17,7 @@
17
  let i = 0;
18
 
19
  while (i < linkz.length) {
20
- linkzz = linkz[i].replace("'","");
21
 
22
  console.log(linkzz);
23
  var a = document.createElement('a');
 
17
  let i = 0;
18
 
19
  while (i < linkz.length) {
20
+ linkzz = linkz[i].replace("''","");
21
 
22
  console.log(linkzz);
23
  var a = document.createElement('a');