Skip to content

Commit

Permalink
youtube test
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier C authored and Javier C committed May 13, 2012
1 parent 742f38c commit 1f5150b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions youTubeEmbed/youTubeEmbed-jquery-1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,10 @@
{
elements.control.click();
}
else if (jQuery.browser.mobile) {
elements.control.addClass('play').click();
else if (jQuery.browser.mobile)
{
alert('what')
elements.control.click();
}
}
}
Expand Down

0 comments on commit 1f5150b

Please sign in to comment.