2734
правки
Изменения
Нет описания правки
// File upload
};
mcw.events = {};
/* Add extra buttons to the classic toolbar Добавляет дополнительные кнопки в классическую панель редактирования */
if ( mw.user.options.get( 'showtoolbar' ) && !mw.user.options.get( 'usebetatoolbar' ) ) {
}
/* Добавляет кнопки вставки часто используемых описаний правки */
if (wgAction == 'edit' || wgAction == 'submit') {
}
* That way the file will be categorised so someone can find a license for the file
*/
if ( $( '#wpLicense' ).val() === '' ) {
$( '#wpLicense' ).val( mcw.i18n.defaultLicense );
}, 500 );
} );
}*/