Installed widget UI cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11984 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-31 05:53:32 +00:00
parent 735c2fa848
commit 2bc5e26edf
4 changed files with 32 additions and 20 deletions

View file

@ -729,7 +729,7 @@ jQuery(function($){
.not('.xe-module-search')
.addClass('xe-module-search')
.parent()
.find('a.moduleTrigger')
.find('.moduleTrigger')
.bind('before-open.tc', function(){
var $this;
@ -834,7 +834,7 @@ jQuery(function($){
});
$t.trigger('moduleSelect', [aSelected]);
$('a.moduleTrigger').trigger('close.tc');
$('.moduleTrigger').trigger('close.tc');
oEvent.preventDefault();
});

File diff suppressed because one or more lines are too long