Update jquery.ime from upstream

Upstream: https://github.com/wikimedia/jquery.ime
Changes:
* Optimize all SVGs.
* Removed unused images/ime-inactive.* files.
* Renamed: rules/README -> rules/README.md

Also, updated version in UniversalLanguageSelector.php

Change-Id: Ifd848da55e8ac68ef63fef5d435ecc23fc20e000
This commit is contained in:
Kartik Mistry
2014-02-20 17:11:03 +05:30
parent b6584c8a48
commit 2a403e407a
7 changed files with 37 additions and 195 deletions

View File

@@ -25,7 +25,7 @@ if ( !defined( 'MEDIAWIKI' ) ) {
/**
* Version number used in extension credits and in other placed where needed.
*/
define( 'ULS_VERSION', '2014-02-10' );
define( 'ULS_VERSION', '2014-02-20' );
$GLOBALS['wgExtensionCredits']['other'][] = array(
'path' => __FILE__,