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);