mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
remove variable name
This commit is contained in:
parent
fefa061e4e
commit
b265587346
@ -1,4 +1,4 @@
|
||||
var getUrlParameter = function getUrlParameter(sParam) {
|
||||
function getUrlParameter(sParam) {
|
||||
var sPageURL = window.location.search.substring(1),
|
||||
sURLVariables = sPageURL.split('&'),
|
||||
sParameterName,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user