mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-27 03:09:45 +02:00
vfs
This commit is contained in:
@ -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
|
||||
|
@ -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) ->
|
||||
|
Reference in New Issue
Block a user