Jump to content

User talk:Zzuuzz/scripts/badimagelist.js

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Pretty neat Zzuuzz! I think rather than box.text(), though, you need to use val. So:

var content = box.val();
...
box.val(prepend + items.sort(sortBIL2).join('*'));

That does the trick for me. Not sure about VE. ~ Amory (utc) 11:56, 24 February 2021 (UTC)[reply]