PATH:
home
/
bkunreyz
/
input.managedmedia.org
/
wp-admin
/
js
/** * @output wp-admin/js/language-chooser.js */ jQuery( function($) { /* * Set the correct translation to the continue button and show a spinner * when downloading a language. */ var select = $( '#language' ), submit = $( '#language-continue' ); if ( ! $( 'body' ).hasClass( 'language-chooser' ) ) { return; } select.focus().on( 'change', function() { /* * When a language is selected, set matching translation to continue button * and attach the language attribute. */ var option = select.children( 'option:selected' ); submit.attr({ value: option.data( 'continue' ), lang: option.attr( 'lang' ) }); }); $( 'form' ).submit( function() { // Show spinner for languages that need to be downloaded. if ( ! select.children( 'option:selected' ).data( 'installed' ) ) { $( this ).find( '.step .spinner' ).css( 'visibility', 'visible' ); } }); });
[-] editor-expand.min.js
[edit]
[-] postbox.js
[edit]
[-] postbox.min.js
[edit]
[-] language-chooser.js
[edit]
[-] password-strength-meter.min.js
[edit]
[-] media.js
[edit]
[-] tags-suggest.js
[edit]
[-] svg-painter.min.js
[edit]
[-] word-count.min.js
[edit]
[-] editor.js
[edit]
[-] inline-edit-post.js
[edit]
[-] tags-suggest.min.js
[edit]
[-] tags-box.min.js
[edit]
[-] gallery.min.js
[edit]
[+]
widgets
[-] xfn.min.js
[edit]
[+]
..
[-] svg-painter.js
[edit]
[-] common.min.js
[edit]
[-] tags-box.js
[edit]
[-] color-picker.min.js
[edit]
[-] theme-plugin-editor.min.js
[edit]
[-] tags.js
[edit]
[-] tags.min.js
[edit]
[-] inline-edit-tax.js
[edit]
[-] post.js
[edit]
[-] color-picker.js
[edit]
[-] user-suggest.min.js
[edit]
[-] code-editor.js
[edit]
[-] edit-comments.min.js
[edit]