From 894921fc7895cbdbdb3a8dbfe78a144028c9981e Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Sat, 12 Nov 2016 19:53:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9app/db=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E4=B8=8E=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Scripts/noti.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bootstrap.Admin/Scripts/noti.js b/Bootstrap.Admin/Scripts/noti.js index b5ec32b3..c5a08e70 100644 --- a/Bootstrap.Admin/Scripts/noti.js +++ b/Bootstrap.Admin/Scripts/noti.js @@ -2,8 +2,8 @@ var url = '../api/Notifications/'; var htmlNewUsers = '
  • {0}{1}{2}
  • '; - var htmlApp = '
  • {0}{1}{2}
  • '; - var htmlDb = '
  • {0}{1}{2}
  • '; + var htmlApp = '
  • {0}{1}{2}
  • '; + var htmlDb = '
  • {0}{1}{2}
  • '; function listData(options) { options = $.extend({ url: url, animation: true, ctl: $('a.fa-refresh') }, options);