Update jQuery.IME from upstream
* Add autonym class where applicable * Change name for de-transliteration input method * Remove obsolete my-kbd input method Bug: 55698 Change-Id: I6e9613b760af2916a614ab687822b3b3b45e1ce5
This commit is contained in:
@@ -1257,7 +1257,7 @@
|
||||
$languageItem = $( '<a>' )
|
||||
.attr( 'href', '#' )
|
||||
.text( this.getAutonym( languageCode ) )
|
||||
.addClass( 'selectable-row-item' );
|
||||
.addClass( 'selectable-row-item autonym' );
|
||||
$language = $( '<li class="ime-lang selectable-row">' ).attr( 'lang', languageCode );
|
||||
$language.append( $languageItem );
|
||||
$languageList.append( $language );
|
||||
@@ -1360,7 +1360,7 @@
|
||||
}
|
||||
|
||||
function imeListTitle() {
|
||||
return $( '<h3>' ).addClass( 'ime-list-title' );
|
||||
return $( '<h3>' ).addClass( 'ime-list-title autonym' );
|
||||
}
|
||||
|
||||
function toggleMenuItem() {
|
||||
@@ -1777,7 +1777,7 @@
|
||||
source: 'rules/th/th-pattachote.js'
|
||||
},
|
||||
'de-transliteration': {
|
||||
name: 'Deutsch',
|
||||
name: 'Deutsch Tilde',
|
||||
source: 'rules/de/de-transliteration.js'
|
||||
},
|
||||
'el-kbd': {
|
||||
|
||||
Reference in New Issue
Block a user