Skip to content

Fix loading more themes in boards

Matthias Larisch requested to merge forum_scroll_fix into master

a) the ajax.req needs the result data in {data:{}} b) due to the asynchronuity of the request, the data was shown twice because the "request inhibitor" loadedPages.push should stay before the request

Merge request reports