From 2dc9745aee734854bf7c6d4f4511c2bed3271c16 Mon Sep 17 00:00:00 2001 From: z1pti3 Date: Sun, 27 Dec 2020 19:32:34 +0000 Subject: [PATCH] Fixed bug in plugins --- web/templates/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/main.html b/web/templates/main.html index d8aa6beb..b9c95ec9 100644 --- a/web/templates/main.html +++ b/web/templates/main.html @@ -212,7 +212,7 @@

Jimi

for ( plugin in result["result"] ) { listItem = $("
  • ") address = $("") - address.attr({"onclick": "navigate('"+result["result"][plugin]+"','/plugin/"+result["result"][plugin]+"')"}); + address.attr({"onclick": "navigate('"+result["result"][plugin]+"','/plugin/"+result["result"][plugin]+"/')"}); address.attr({"href":"#"}) address.text(result["result"][plugin]) listItem.append(address)