mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 17:39:31 +02:00
Removed console.log calls
This commit is contained in:
parent
c1b8180fce
commit
0213ec6d02
4 changed files with 1 additions and 4 deletions
|
@ -35,7 +35,7 @@ Vue.use(VueMasonryPlugin)
|
|||
Vue.use(VueLazyload)
|
||||
Vue.config.productionTip = false
|
||||
Vue.directive('title', {
|
||||
inserted: (el, binding) => { console.log(binding.value); document.title = binding.value + ' - Funkwhale' },
|
||||
inserted: (el, binding) => { document.title = binding.value + ' - Funkwhale' },
|
||||
updated: (el, binding) => { document.title = binding.value + ' - Funkwhale' }
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue