datawebring

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

commit a7991f5c586fe28b512311ad331794220b28dabe
parent ebfcff56b84d54b357d8ca5408886bd9d8406f1e
Author: Randy Au <randy.au@gmail.com>
Date:   Fri, 20 Sep 2024 12:29:52 -0400

Update onionring-variables.js
Diffstat:
Monionring-variables.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/onionring-variables.js b/onionring-variables.js @@ -18,7 +18,7 @@ var ringName = 'Data People Webring'; /* the unique ID of the widget. two things to note: 1) make sure there are no spaces in it - use dashes or underscores if you must 2) remember to change 'webringid' in the widget code you give out and all instances of '#webringid' in the css file to match this value!*/ -var ringID = 'data-webring-dot-svm'; +var ringID = 'data-ring-dot-list'; //should the widget include a link to an index page? var useIndex = false;