Recommendations split into TV and movies

This commit is contained in:
2018-03-23 23:48:15 +01:00
parent 04ecbd737a
commit 6d3199a754
5 changed files with 53 additions and 64 deletions

View File

@ -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
}