@@ -1,4 +1,4 @@
-1.5.0 / 2023-01-28
+1.5.1 / 2023-01-28
------------------
- Настройки веб-интерфейса и опции командной строки "--lib-dir", "--inpx" вынесены в конфиг (#6)
@@ -1,12 +1,12 @@
{
"name": "inpx-web",
- "version": "1.5.0",
+ "version": "1.5.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"hasInstallScript": true,
"license": "CC0-1.0",
"dependencies": {
@@ -1,6 +1,6 @@
"author": "Book Pauk <bookpauk@gmail.com>",
"repository": "bookpauk/inpx-web",
@@ -55,7 +55,7 @@ class SearchPage extends BasePage {
this.makeEntry({
id: 'next_page',
title: '[Следующая страница]',
- link: this.navLink({href: `/${this.id}?type=${from}&term=${encodeURIComponent(query.term)}&page=${page + 1}`}),
+ link: this.navLink({href: `/${this.id}?type=${from}&term=${encodeURIComponent(query.term)}&genre=${encodeURIComponent(query.genre)}&page=${page + 1}`}),
})
);
}