From da1b59e3e8a21b01a14d24383ed88a24c4318610 Mon Sep 17 00:00:00 2001 From: bnu Date: Tue, 3 Mar 2015 17:19:05 +0900 Subject: [PATCH] =?UTF-8?q?#183=20=EB=B3=B4=EC=99=84=20counter=20=EB=AA=A8?= =?UTF-8?q?=EB=93=88=EC=9D=84=20=EC=82=AC=EC=9A=A9=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EC=9D=84=20=EB=95=8C=20=EB=A9=94=EC=8B=9C=EC=A7=80=20?= =?UTF-8?q?=ED=91=9C=EC=8B=9C=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/admin/tpl/_dashboard_counter.html | 8 -------- modules/admin/tpl/index.html | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/modules/admin/tpl/_dashboard_counter.html b/modules/admin/tpl/_dashboard_counter.html index 66d7f2002..db8112a0b 100644 --- a/modules/admin/tpl/_dashboard_counter.html +++ b/modules/admin/tpl/_dashboard_counter.html @@ -90,14 +90,6 @@ jQuery(function($) $(this).removeClass('hover').find('>.action').hide(); } }); - - // check browser version - if($.browser.msie == true ) { - var arrBrowserVersion = $.browser.version.split('.'); - if(parseInt(arrBrowserVersion[0]) <= 8) { - $('#checkBrowserMessage').show(); - } - } }); function obj2Array(htObj) diff --git a/modules/admin/tpl/index.html b/modules/admin/tpl/index.html index 04c73e0a3..c3c29cad6 100644 --- a/modules/admin/tpl/index.html +++ b/modules/admin/tpl/index.html @@ -80,5 +80,20 @@ + + + +