remove variable name

This commit is contained in:
vedatakd 2020-12-29 16:50:57 +03:00
parent fefa061e4e
commit b265587346

View File

@ -1,4 +1,4 @@
var getUrlParameter = function getUrlParameter(sParam) {
function getUrlParameter(sParam) {
var sPageURL = window.location.search.substring(1),
sURLVariables = sPageURL.split('&'),
sParameterName,