From 364becedd1ff07879a8512fa7f6539faa47733d5 Mon Sep 17 00:00:00 2001 From: Ing Date: Mon, 6 May 2024 00:18:06 +0800 Subject: [PATCH] fix custom issues.html --- docs/issues.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/issues.html b/docs/issues.html index 8497dcf9..7fa48dda 100644 --- a/docs/issues.html +++ b/docs/issues.html @@ -57,7 +57,7 @@ function init() { httpGetAsync("https://raw.githubusercontent.com/RROrg/rr/main/docs/models.json", function (result) { - //_models = JSON.parse(result); + _models = JSON.parse(result); httpGetAsync("https://raw.githubusercontent.com/RROrg/rr/main/docs/addons.json", function (result) { _addons = JSON.parse(result); httpGetAsync("https://raw.githubusercontent.com/RROrg/rr/main/docs/modules.json", function (result) {