mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
Hide the suggestion layer when the multi-lang-editor layer is opened
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8972 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
10d7bbc4d4
commit
7c312b65db
1 changed files with 1 additions and 0 deletions
|
|
@ -688,6 +688,7 @@ $('.multiLangEdit')
|
||||||
var $this = $(this), key = $this.data('langkey'), text = $this.text();
|
var $this = $(this), key = $this.data('langkey'), text = $this.text();
|
||||||
|
|
||||||
$this.closest('.suggestion')
|
$this.closest('.suggestion')
|
||||||
|
.hide()
|
||||||
.prev('.vLang').val(text)
|
.prev('.vLang').val(text)
|
||||||
.prev('.vLang').val(key);
|
.prev('.vLang').val(key);
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue