unclean SPARC
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
Converting SELECT OPTIONS to meta (json) from console:
|
||||
Array.prototype.slice.call(document.querySelectorAll('[name="ref2selector"] option')).map(o => `{"id": "${o.value}", "label": "${o.innerHTML}"}`).join(",")
|
||||
Reference in New Issue
Block a user