MediaWiki:Common.js/edit.js: Difference between revisions

adding BSL function wizard to extended buttons for all users
(using new BSL func icon for func wizard button)
(adding BSL function wizard to extended buttons for all users)
Line 105: Line 105:
if (typeof XEBOrder !== 'string') {
if (typeof XEBOrder !== 'string') {
// can be modified
// can be modified
XEBOrder2 = '0,1,U,F,D,C,D1,4,A,2,3,E,G,8,H,9'.split(',');
XEBOrder2 = '0,1,U,F,D,C,D1,4,A,2,3,E,G,8,H,9,BF'.split(',');
} else if (XEBOrder.toLowerCase() === 'all') {
} else if (XEBOrder.toLowerCase() === 'all') {
$.each(BDict, function( b, value ){
$.each(BDict, function( b, value ){