From 7c312b65db2247bcba5bee650c782b76309a1502 Mon Sep 17 00:00:00 2001 From: taggon Date: Thu, 1 Sep 2011 01:57:35 +0000 Subject: [PATCH] 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 --- modules/admin/tpl/js/admin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/admin/tpl/js/admin.js b/modules/admin/tpl/js/admin.js index 42da7b4e4..ed5896a12 100644 --- a/modules/admin/tpl/js/admin.js +++ b/modules/admin/tpl/js/admin.js @@ -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); })