Shimapanzerwaffe
Новая страница: «( function () { var toolsToAdd = {}; var addClassicToolbarToolsHooked = false; window.registerTool = function ( tool ) { function moveProperties( tool, mode ) { function generalPropertyToParticular( property ) { if ( tool[ property ] && !tool[ mode ][ property ] ) { tool[ mode ][ property ] = tool[ property ]; } } if ( tool[ mode ] ) { [ 'name', 'position', 'title', 'label', 'icon', 'callback', 'addCallback', 'filters' ] .forEach(...»