mirror of
https://github.com/Mibew/i18n.git
synced 2025-02-02 09:34:41 +03:00
update js folder references 163 -> 164
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@716 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
2b31cc8d33
commit
5b91e98928
@ -3,7 +3,7 @@
|
||||
|
||||
<project basedir="." default="update" name="Obfuscator">
|
||||
<property name="obfuscator.location" value="." />
|
||||
<property name="webim.location" value="../163" />
|
||||
<property name="webim.location" value="../164" />
|
||||
|
||||
<target name="update" depends="build">
|
||||
<java classname="JSO" fork="true" error="${obfuscator.location}/bin/obfuscation.log">
|
||||
|
@ -25,7 +25,7 @@ require_once(dirname(__FILE__).'/converter.php');
|
||||
require_once(dirname(__FILE__).'/config.php');
|
||||
|
||||
$version = '1.6.3';
|
||||
$jsver = "163";
|
||||
$jsver = "164";
|
||||
|
||||
function myiconv($in_enc, $out_enc, $string) {
|
||||
global $_utf8win1251, $_win1251utf8;
|
||||
|
Loading…
Reference in New Issue
Block a user