feat: hide pagination for the toptags route
This commit is contained in:
@@ -81,7 +81,8 @@ export default (router, tpl) => {
|
|||||||
toptags,
|
toptags,
|
||||||
toptags_regged,
|
toptags_regged,
|
||||||
phrase,
|
phrase,
|
||||||
tmp: null
|
tmp: null,
|
||||||
|
hidePagination: true
|
||||||
}, req)
|
}, req)
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user