From 73c5935599563fe7ab9a3e1851be4e8627f84629 Mon Sep 17 00:00:00 2001 From: bnu Date: Mon, 9 Nov 2015 15:53:50 +0900 Subject: [PATCH] fix error --- modules/admin/tpl/js/admin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/admin/tpl/js/admin.js b/modules/admin/tpl/js/admin.js index 2bc18af88..1f3a60d20 100644 --- a/modules/admin/tpl/js/admin.js +++ b/modules/admin/tpl/js/admin.js @@ -2480,7 +2480,7 @@ jQuery(function($){ elClass: 'chak-comment', group_id: 'xe1_official', apikey: 'xe17935b49af5435d37f1cde130363db-forum' - } + }; $(function(){ var $chakContainer = $('.admin-forum-container'); @@ -2514,7 +2514,7 @@ jQuery(function($){ .one('click', function() { var $target = $($.attr(this, 'href')); $target.find('a').click(); - }); + }); $headerMenu.append($button); $el.attr('id', forumId);