Content deleted Content added
rv |
Tidying: Move some code into a function |
||
Line 90:
var XEBOrder2=[];
if (typeof XEBOrder!='string') // can be modified▼
XEBOrder2="A,D,C,D1,F,U,J1,E,G,Q,W,X,K,L,H,O,R,T".split(",");▼
else if (XEBOrder.toLowerCase()=='all') ▼
for (b in BDict) XEBOrder2.push(b);▼
else XEBOrder2=XEBOrder.toUpperCase().split(",");▼
Line 108 ⟶ 104:
var bc,d;
▲ if (typeof XEBOrder!='string') // can be modified
▲ else if (XEBOrder.toLowerCase()=='all')
▲ else XEBOrder2=XEBOrder.toUpperCase().split(",");
for (b in BDict) BDict[b][0] = Isrc+BDict[b][0]; // // Add the start of the URL (Isrc) to the XEB buttons
// If the user has defined any buttons then add them into the available button lists
|