mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
fixed text
This commit is contained in:
parent
17193224ff
commit
b5cf8aaf3f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ $(document).ready(function () {
|
||||||
Button.apply(this, arguments);
|
Button.apply(this, arguments);
|
||||||
this.addClass('ypt-compress');
|
this.addClass('ypt-compress');
|
||||||
this.addClass('vjs-button-fa-size');
|
this.addClass('vjs-button-fa-size');
|
||||||
this.controlText("Theater mode");
|
this.controlText("Default view");
|
||||||
if (Cookies.get('compress') === "true") {
|
if (Cookies.get('compress') === "true") {
|
||||||
toogleEC(this);
|
toogleEC(this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue