mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
Lang-editor layer always be before the toggle link
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9156 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
11ef717017
commit
bc1d68028b
2 changed files with 1 additions and 6 deletions
|
|
@ -72,11 +72,6 @@ jQuery(function ($){
|
|||
return false;
|
||||
});
|
||||
|
||||
$('a.tgAnchor.editUserLang').bind('before-open.tc', function(e){
|
||||
var $target = $(e.target).parent();
|
||||
$('#langEdit').insertBefore($target);
|
||||
});
|
||||
|
||||
$('.filebox').bind('filebox.selected', function (e, src){
|
||||
var $targetImage = $(this).parent().find('img');
|
||||
var $imageMarkHidden = $(this).parent().find('._imgMarkHidden');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue