From 4845b6f9b987af785c65176fb59426c481ca472c Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sun, 23 Sep 2018 13:33:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E7=AB=AF=E6=B5=8B=E8=AF=95=E7=BD=91=E9=A1=B5=EF=BC=8C?= =?UTF-8?q?=E7=BC=BA=E5=B0=91=E9=A1=B5=E8=84=9A=E8=AE=BE=E7=BD=AE=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E5=A2=9E=E5=8A=A0=20$('.site-footer').footer?= =?UTF-8?q?();?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Views/Admin/Mobile.cshtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Bootstrap.Admin/Views/Admin/Mobile.cshtml b/Bootstrap.Admin/Views/Admin/Mobile.cshtml index 1674c65e..f2d1fc61 100644 --- a/Bootstrap.Admin/Views/Admin/Mobile.cshtml +++ b/Bootstrap.Admin/Views/Admin/Mobile.cshtml @@ -16,6 +16,8 @@ $('#ipad').text(browser.versions.iPad); $('#useragent').text(navigator.userAgent); $('#versions').text(JSON.stringify(browser.versions)); + + $('.site-footer').footer(); }; }