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:
taggon 2011-09-15 08:29:10 +00:00
parent 11ef717017
commit bc1d68028b
2 changed files with 1 additions and 6 deletions

View file

@ -816,7 +816,7 @@ $('.multiLangEdit')
var $this, $layer, $mle, $vlang, key, text, api, params;
$this = $(this);
$layer = $($this.attr('href'));
$layer = $($this.attr('href')).insertBefore($this);
$mle = $this.closest('.multiLangEdit');
$vlang = $mle.find('input.vLang,textarea.vLang');