diff --git a/front/src/components/audio/SearchBar.vue b/front/src/components/audio/SearchBar.vue index 71f89d78b..3d5b9966a 100644 --- a/front/src/components/audio/SearchBar.vue +++ b/front/src/components/audio/SearchBar.vue @@ -25,6 +25,7 @@ import jQuery from 'jquery' import router from '@/router' import lodash from 'lodash' import GlobalEvents from '@/components/utils/global-events.vue' +console.log(jQuery) export default { components: { diff --git a/front/src/components/playlists/Card.vue b/front/src/components/playlists/Card.vue index 009794856..7335e0d6e 100644 --- a/front/src/components/playlists/Card.vue +++ b/front/src/components/playlists/Card.vue @@ -56,6 +56,7 @@