datawebring

A webring for data people who write
git clone https://git.eamoncaddigan.net/datawebring.git
Log | Files | Refs | README

commit 62cad9697b9f3096205f16be4d3065815e129fa6
parent a7f6c69e6873d04c388982013a8b1ac03dd944f3
Author: Randy Au <randy.au@gmail.com>
Date:   Fri, 20 Sep 2024 13:06:19 -0400

Update onionring-widget.js

undo
Diffstat:
Monionring-widget.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/onionring-widget.js b/onionring-widget.js @@ -5,7 +5,7 @@ // === ONIONRING-WIDGET === //this file contains the code which builds the widget shown on each page in the ring. ctrl+f 'EDIT THIS' if you're looking to change the actual html of the widget -var tag = document.getElementById(data-ring-dot-list); //find the widget on the page +var tag = document.getElementById(ringID); //find the widget on the page thisSite = window.location.href; //get the url of the site we're currently on thisIndex = null;