issue 70 admin bug fix

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9078 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-09-07 06:15:32 +00:00
parent 7f9777e3c7
commit e024fad8a9
8 changed files with 17 additions and 9 deletions

View file

@ -6,7 +6,6 @@
/* 모듈 즐겨찾기 */
function doToggleFavoriteModule(obj, module_name) {
function on_complete(data){
console.log(data);
if (data.result == 'on')
jQuery(obj).removeClass('fvOff').addClass('fvOn').html(xe.lang.favorite_on);
else