19,809
edits
No edit summary |
No edit summary |
||
| Line 86: | Line 86: | ||
if (typeof XEBOrder!='string') // can be modified | if (typeof XEBOrder!='string') // can be modified | ||
XEBOrder2=" | XEBOrder2="0,1,U,F,D,C,D1,4,A,2,3,E,G,8,H,9".split(","); | ||
else if (XEBOrder.toLowerCase()=='all') | else if (XEBOrder.toLowerCase()=='all') | ||
for (b in BDict) XEBOrder2.push(b); | for (b in BDict) XEBOrder2.push(b); | ||