From eda3cfd8edf5ea3acb291a57eb48fe6a432a0410 Mon Sep 17 00:00:00 2001 From: isrmicha2 Date: Tue, 29 Oct 2019 18:09:25 -0300 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b530d5b..2c29a89 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ params[decode(match[1])] = decode(match[2]); if (params["shortname"] === undefined || params["url"] === undefined || params["title"] === undefined) { - alert("Required arguments missing"); + alert("Required arguments missing, please provide SHORTNAME and ID"); } else { loadComments(params["shortname"], params["url"], params["title"], params["identifier"]);