From 854b667263623d55b6eaae5dedafc6f0db4bef6d Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Tue, 18 Sep 2018 23:14:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBUG=EF=BC=9A=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E4=B8=AD=E5=BF=83=E9=A1=B5=E9=9D=A2=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E5=AE=8C=E6=AF=95=E5=90=8E=E9=87=8D=E7=BD=AE=E9=A1=B5=E8=84=9A?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/js/profiles.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Bootstrap.Admin/wwwroot/js/profiles.js b/Bootstrap.Admin/wwwroot/js/profiles.js index d33bc8a9..32879458 100644 --- a/Bootstrap.Admin/wwwroot/js/profiles.js +++ b/Bootstrap.Admin/wwwroot/js/profiles.js @@ -22,6 +22,8 @@ if (!!url === true) $headerIcon.attr('src', url); }); + $('.site-footer').footer(); + var dataBinder = new DataEntity({ Password: "#currentPassword", NewPassword: "#newPassword",