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:
taggon 2011-09-01 01:57:35 +00:00
parent 10d7bbc4d4
commit 7c312b65db

View file

@ -688,6 +688,7 @@ $('.multiLangEdit')
var $this = $(this), key = $this.data('langkey'), text = $this.text();
$this.closest('.suggestion')
.hide()
.prev('.vLang').val(text)
.prev('.vLang').val(key);
})