mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
moved chromecast to top
This commit is contained in:
@@ -419,7 +419,7 @@ var Channel = {
|
||||
if (!Helper.mobilecheck() && !client) {
|
||||
Helper.tooltip(".castButton", {
|
||||
delay: 5,
|
||||
position: "top",
|
||||
position: "bottom",
|
||||
html: "Cast Zoff to TV"
|
||||
});
|
||||
}
|
||||
@@ -451,7 +451,7 @@ var Channel = {
|
||||
!Helper.mobilecheck() &&
|
||||
!client
|
||||
) {
|
||||
Helper.css(".castButton", "display", "none");
|
||||
Helper.css(".cast-button-header", "display", "none");
|
||||
}
|
||||
|
||||
Helper.log([
|
||||
|
||||
Reference in New Issue
Block a user