mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-04-26 00:44:06 +00:00
Fixing double playlist error
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
color:#2d2d2d
|
||||
}
|
||||
|
||||
.chan-link{
|
||||
.chan-link, .chan-link-element{
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
color: orange !important;
|
||||
|
||||
2
server/public/assets/dist/embed.min.js
vendored
2
server/public/assets/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
2
server/public/assets/dist/main.min.js
vendored
2
server/public/assets/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -1570,7 +1570,9 @@ $(document).keydown(function(event) {
|
||||
!$("#chan_description").is(":focus") &&
|
||||
!$("#contact-form-from").is(":focus") &&
|
||||
!$("#contact-form-message").is(":focus") &&
|
||||
!$("#remote_channel").is(":focus")) {
|
||||
!$("#remote_channel").is(":focus") &&
|
||||
!$("#import").is(":focus") &&
|
||||
!$("#import_spotify").is(":focus")) {
|
||||
if(Player.player.getPlayerState() == 1) {
|
||||
event.preventDefault();
|
||||
Player.player.pauseVideo();
|
||||
|
||||
Reference in New Issue
Block a user