- added to Request: is_htmx_request (bool) - true if the request is made by htmx library (ajax)
- commented out using mount_page_arg_is "subject" and "info" from fun_cat.html and fun_run.html - they will be removed soon - some improvements in fun_reply.html, fun_showthreads.html and fun_thread.html (scrolling)
This commit is contained in:
@@ -194,7 +194,7 @@ void ThreadInfo::Repair()
|
||||
|
||||
|
||||
|
||||
void ThreadInfo::MakeRedirectIfPossible(const Item & item)
|
||||
void ThreadInfo::MakeRedirectIfPossible(const Item & item, const wchar_t * postfix)
|
||||
{
|
||||
PluginRes res = plugin->Call(WINIX_PL_THREAD_CAN_MAKE_REDIRECT);
|
||||
|
||||
@@ -204,7 +204,7 @@ void ThreadInfo::MakeRedirectIfPossible(const Item & item)
|
||||
return;
|
||||
}
|
||||
|
||||
system->RedirectTo(item);
|
||||
system->RedirectTo(item, postfix);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user