mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-07 20:18:49 +00:00
Fix for find and apuse
This commit is contained in:
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
@@ -1711,6 +1711,7 @@ $(document).keydown(function(event) {
|
|||||||
!$("#contact-form-message").is(":focus") &&
|
!$("#contact-form-message").is(":focus") &&
|
||||||
!$("#remote_channel").is(":focus") &&
|
!$("#remote_channel").is(":focus") &&
|
||||||
!$("#import").is(":focus") &&
|
!$("#import").is(":focus") &&
|
||||||
|
!$("#find_input").is(":focus") &&
|
||||||
!$("#import_spotify").is(":focus")) {
|
!$("#import_spotify").is(":focus")) {
|
||||||
if(Player.player.getPlayerState() == 1) {
|
if(Player.player.getPlayerState() == 1) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
|||||||
Reference in New Issue
Block a user