mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-05 11:32:12 +09:00
#18852541 : make multilanguage input script use id instead of name
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7381 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e4e64097f2
commit
e10b43fcd1
1 changed files with 3 additions and 1 deletions
|
|
@ -993,7 +993,9 @@ jQuery(function(){
|
|||
function()
|
||||
{
|
||||
var objText = jQuery(this);
|
||||
var targetName = objText.attr("name");
|
||||
var targetName = objText.attr("id");
|
||||
if(typeof(targetName) == "undefined") targetName = objText.attr("name");
|
||||
if(typeof(targetName) == "undefined") return;
|
||||
objText.after("<a href='"+request_uri.setQuery('module','module').setQuery('act','dispModuleAdminLangcode').setQuery('target',targetName)+"' class='buttonSet buttonSetting' onclick='popopen(this.href);return false;'><span>find_langcode</span></a>");
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue