Skip to content

Commit afce8fa

Browse files
author
patched.codes[bot]
committed
Patched /Users/user/Documents/GitHub/example-python/v.js
1 parent e24fb58 commit afce8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function getQueryVariable(variable)
6363
}
6464
function vipvideovalue()
6565
{
66-
if (getQueryVariable("vv").length>1) {
66+
if (getQueryVariable("vv").length>0 && getQueryVariable("vv") !== null) {
6767
document.getElementById("vipurl").value = getQueryVariable("vv");
6868
} else {
6969

0 commit comments

Comments
 (0)