We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24fb58 commit afce8faCopy full SHA for afce8fa
v.js
@@ -63,7 +63,7 @@ function getQueryVariable(variable)
63
}
64
function vipvideovalue()
65
{
66
- if (getQueryVariable("vv").length>1) {
+ if (getQueryVariable("vv").length>0 && getQueryVariable("vv") !== null) {
67
document.getElementById("vipurl").value = getQueryVariable("vv");
68
} else {
69
0 commit comments