- 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:
@@ -170,6 +170,8 @@ struct Request
|
||||
// true if we are using an encrypted connection (SSL)
|
||||
bool using_ssl;
|
||||
|
||||
// true if the request is being made by ajax by htmx library
|
||||
bool is_htmx_request;
|
||||
|
||||
/*
|
||||
request input variables representing the winix filesystem
|
||||
|
||||
Reference in New Issue
Block a user