diff --git a/index.html b/index.html index ba4c9368..7ad913ca 100644 --- a/index.html +++ b/index.html @@ -1116,7 +1116,7 @@

//do nothing } else{ - var cleanKey = key.trim().replace(".", " ").replace("in:", "").replace("out:", ""); + var cleanKey = key.trim().replace("in:", "").replace("out:", ""); cleanedKeys4pc[cleanKey] = {}; }