Limit execution time for forum file-listing (#1211)

* Limit execution time for forum file-listing

* Prevent multiple ajax calling
---------

Co-authored-by: Roman Kelesidis <roman25052006.kelesh@gmail.com>
This commit is contained in:
Cønstantine Kovalensky 2023-12-18 09:03:00 +04:00 committed by GitHub
commit 0b499dc137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 82 additions and 42 deletions

View file

@ -46,4 +46,5 @@ var.ajax-params {
.loading-1 {
background: transparent url(../images/loading.gif) no-repeat left center;
padding-left: 22px;
padding-block: inherit;
}