-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
94 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "jquery.mb.ytplayer", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"homepage": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-ytplayer", | ||
"authors": [ | ||
"pupunzi <[email protected]>" | ||
|
@@ -22,5 +22,5 @@ | |
"test", | ||
"tests" | ||
], | ||
"buildnum": "7501" | ||
"buildnum": "7515" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
file: index.tmpl | ||
last modified: 10/25/18 8:00 PM | ||
Version: 3.3.2 | ||
Build: 7501 | ||
Version: 3.3.3 | ||
Build: 7515 | ||
Open Lab s.r.l., Florence - Italy | ||
email: [email protected] | ||
|
@@ -27,9 +27,9 @@ | |
<meta charset="UTF-8"> | ||
<title>youtube Chromeless Player - mb.YTPlayer</title> | ||
<link href='//fonts.googleapis.com/css?family=Lekton|Lobster' rel='stylesheet' type='text/css'> | ||
<link href="css/jquery.mb.YTPlayer.min.css?_bn=7501" media="all" rel="stylesheet" type="text/css"> | ||
<link href="css/jquery.mb.YTPlayer.min.css?_bn=7515" media="all" rel="stylesheet" type="text/css"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | ||
<script src="jquery.mb.YTPlayer.js?_bn=7501"></script> | ||
<script src="jquery.mb.YTPlayer.js?_bn=7515"></script> | ||
<script src="../examples/assets/apikey.js"></script> | ||
<style> | ||
*:focus { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"player", | ||
"custom" | ||
], | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"author": "Pupunzi <[email protected]> (Matteo Bicocchi)", | ||
"maintainers": [ | ||
"Pupunzi <[email protected]> (Matteo Bicocchi)" | ||
|
@@ -55,5 +55,5 @@ | |
"directories": { | ||
"example": "examples" | ||
}, | ||
"buildnum": "7501" | ||
"buildnum": "7515" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters