Widget:NewsSearch/LoadMore: Revision history

From TwogPedia

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 February 2024

  • curprev 14:4014:40, 12 February 2024Couchor talk contribs 1,910 bytes +1,910 Created page with "<includeonly> <button id="loadMore" onclick="loadMore()">Load more</button> <script> function loadMore() { var parameters = ''; var categories = getCheckedBoxes('category'); if ( categories.length ) { parameters += '|categories=' + categories.join(','); } var games = getCheckedBoxes('game'); if ( games.length ) { parameters += '|games=' + games.join(','); } var offset = document.querySelectorAll('#news-search-container .news-latest-item').length..."