Recommendations split into TV and movies
This commit is contained in:
@ -163,7 +163,6 @@ export class Application {
|
||||
}
|
||||
|
||||
// Don't ajaxify invalid links, links with a target or links that disable ajax specifically
|
||||
console.log(link.hash)
|
||||
if(link.href === "" || link.href.includes("#") || link.target.length > 0 || link.dataset.ajax === "false") {
|
||||
continue
|
||||
}
|
||||
|
Reference in New Issue
Block a user