Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
LNFWebsite authored May 15, 2017
1 parent 34fd437 commit f1863e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ function input(type) {
}
else if (isUrl) {
if (isUrl[0] === "youtube") {
inputBox = isUrl;
inputBox = isUrl[1];
getVideoData(inputBox);
$("#inputBox").val("").attr("placeholder", loadingPlaceholder);
if (typeof popup !== "undefined") {
Expand Down

0 comments on commit f1863e9

Please sign in to comment.