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({
|
registerHook({
|
||||||
target: 'action:router.navigation-end',
|
target: 'action:router.navigation-end',
|
||||||
handler: params => {
|
handler: params => {
|
||||||
console.warn("======= INJECTING 404 ====== path is:", params.path)
|
|
||||||
if(document.querySelector('my-page-not-found')){
|
if(document.querySelector('my-page-not-found')){
|
||||||
const img = document.querySelector('my-page-not-found').querySelector('img')
|
const img = document.querySelector('my-page-not-found').querySelector('img')
|
||||||
if(img){
|
if(img){
|
||||||
console.log("REACHING THE POINT!!!!!!")
|
|
||||||
img.src = image404
|
img.src = image404
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue