Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/eae3cbf1c9830f74eba3d3527d7265bc53bf43e9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix script error

pull/1680/head
FonduemangVI 1 year ago
parent 59a71d2cc5
commit eae3cbf1c9

@ -39,7 +39,7 @@ function fetchPage() {
contributors += indentString(userHtml, ' ');
if ((index + 1) % 6 === 0 || index === response.data.length - 1) {
if ((index + 1) % 5 === 0 || index === response.data.length - 1) {
contributors += '\n</tr>\n';
}

Loading…
Cancel
Save