Cleaning
This commit is contained in:
parent
fe8dc16a85
commit
9643e92256
1 changed files with 0 additions and 2 deletions
|
@ -30,11 +30,9 @@ function register ({ registerHook, peertubeHelpers }) {
|
|||
registerHook({
|
||||
target: 'action:router.navigation-end',
|
||||
handler: params => {
|
||||
console.warn("======= INJECTING 404 ====== path is:", params.path)
|
||||
if(document.querySelector('my-page-not-found')){
|
||||
const img = document.querySelector('my-page-not-found').querySelector('img')
|
||||
if(img){
|
||||
console.log("REACHING THE POINT!!!!!!")
|
||||
img.src = image404
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue