This commit is contained in:
Xuan Sang LE
2018-01-23 10:10:40 +01:00
parent 46e50b191f
commit 3fb336ed7c
4 changed files with 6 additions and 63 deletions

View File

@ -2,9 +2,9 @@ coffee_files = Calendar.coffee PushNotification.coffee Spotlight.coffee
jsfiles =
cssfiles =
cssfiles = main.css
copyfiles = package.json
copyfiles = package.json notifications.html
PKG_NAME=CoreServices

View File

@ -7,7 +7,7 @@ class PushNotification extends this.OS.GUI.BaseService
@pending = []
init: ->
@view = false
path = "resources/schemes/notifications.html"
path = path = "packages/CoreServices/notifications.html"
@render path
spin: (b) ->