commit b05eb471c300b8c8920c233f5e74d9bc62635b6b
parent 26c8fc8a4ff84318c430cc7da69f1400c2ecb91f
Author: Randy Au <randy.au@gmail.com>
Date: Fri, 20 Sep 2024 13:03:30 -0400
Update onionring-widget.js
Diffstat:
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(ringID); //find the widget on the page
+var tag = document.getElementById(data-ring-dot-list); //find the widget on the page
thisSite = window.location.href; //get the url of the site we're currently on
thisIndex = null;