1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
Daniel Neto 2023-06-23 12:08:57 -03:00
parent 4a3c059174
commit 20a971ae4f
34 changed files with 1162 additions and 861 deletions

View file

@ -2169,6 +2169,7 @@ function addGetParam(_url, _key, _value) {
}
_url += sep + param;
_url = removeDuplicatedGetParam(_url);
_url = _url.replace("#?", "?");
return _url;
}