From: Ailin Nemui Date: Thu, 30 Jan 2020 10:02:27 +0000 (+0100) Subject: add autofocus to website X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=903f33424e419deb0150d6f30680a5b563f815b1;p=irssi-scripts.irssi.org.git add autofocus to website fix accidental committed debug code [skip ci] --- diff --git a/assets/css/style.css b/assets/css/style.css index 302d311..9c60c53 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -30,5 +30,7 @@ div.instructions input { } div.instructions label { display: inline; } input#manual-instructions:checked ~ dl.automatic-instructions, -input#automatic-instructions:checked ~ dl.manual-instructions +input#automatic-instructions:checked ~ dl.manual-instructions, +input#manual-instructions:checked ~ h4, +input#automatic-instructions:checked ~ h4 { display: none; } diff --git a/index.html b/index.html index 944706d..4c4ceec 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@ layout: default
+

Instructions for using scripts with scriptassist.pl

How do I install scripts?
In Irssi, do /run scriptassist (only once per session), then @@ -34,6 +35,7 @@ layout: default
How do I submit a script to this page?
See information on how to contribute here.
+

Manual instructions for using scripts

How do I run scripts?
Put them into ~/.irssi/scripts/ and in irssi do @@ -66,7 +68,7 @@ layout: default

- +