From 3fd0cdf25851b8fa97d95fc8557d753fcefd4af9 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Mon, 28 Nov 2016 12:48:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E6=B8=85=E9=99=A4=E6=8C=89=E9=92=AE=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E5=A4=AA=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Scripts/Profiles.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bootstrap.Admin/Scripts/Profiles.js b/Bootstrap.Admin/Scripts/Profiles.js index 7d050588..d3e4423f 100644 --- a/Bootstrap.Admin/Scripts/Profiles.js +++ b/Bootstrap.Admin/Scripts/Profiles.js @@ -143,7 +143,8 @@ $('#refreshCache').click(function () { listCacheUrl(); }).trigger('click'); $('#clearCache').click(function () { listCacheUrl({ clear: true }); }); if (!$.browser.versions.mobile) { - $('#refreshCache, #clearCache').tipso({ width: 70, position: 'left' }); + $('#refreshCache').tipso({ width: 70, position: 'left' }); + $('#clearCache').tipso({ width: 180, position: 'left' }); } $sortable.on('click', '.btn', function () { console.log($(this).attr('data-key'));