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 @@
+
+
+
+