Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AleziaKurdis authored Nov 10, 2023
1 parent 9108bce commit 359dfbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CEON/gotgPortal.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
for (index = 0; index < items.length; index++) {
tmp = items[index].split("=");
if (tmp[0] === parameterName) {
result = decodeURIComponent(tmp[1]);
//result = decodeURIComponent(tmp[1]);
result = tmp[1];
};
}
return result;
Expand Down

0 comments on commit 359dfbb

Please sign in to comment.