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 cf5ec8f commit fb3082a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CEON/gotgPortal.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
for (index = 0; index < items.length; index++) {
tmp = items[index].split("=");
if (tmp[0] === parameterName) {
result = decodeURIComponent(tmp[1])
result = decodeURIComponent(tmp[1]);
};
}
return result;
Expand Down

0 comments on commit fb3082a

Please sign in to comment.