mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixing double playlist error
This commit is contained in:
@@ -125,7 +125,7 @@
|
|||||||
color:#2d2d2d
|
color:#2d2d2d
|
||||||
}
|
}
|
||||||
|
|
||||||
.chan-link{
|
.chan-link, .chan-link-element{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: orange !important;
|
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") &&
|
!$("#chan_description").is(":focus") &&
|
||||||
!$("#contact-form-from").is(":focus") &&
|
!$("#contact-form-from").is(":focus") &&
|
||||||
!$("#contact-form-message").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) {
|
if(Player.player.getPlayerState() == 1) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
Player.player.pauseVideo();
|
Player.player.pauseVideo();
|
||||||
|
|||||||
@@ -151,7 +151,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-action noselect">
|
<div class="card-action noselect">
|
||||||
<span class="chan-link waves-effect waves-orange btn-flat">Listen</span>
|
<span class="chan-link-element waves-effect waves-orange btn-flat">Listen</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-reveal">
|
<div class="card-reveal">
|
||||||
<span class="card-title grey-text text-darken-4"></span>
|
<span class="card-title grey-text text-darken-4"></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user