Update link to jwchat.

This commit is contained in:
James Valleroy 2014-05-01 19:38:28 -04:00
parent 9b3543c764
commit 064ea93f84

View File

@ -10,7 +10,7 @@ class Apps(PagePlugin):
PagePlugin.__init__(self, *args, **kwargs)
self.register_page("apps")
self.menu = cfg.main_menu.add_item("Apps", "icon-download-alt", "/apps", 80)
self.menu.add_item("Chat", "icon-comment", "http://freedombox.local", 30)
self.menu.add_item("Chat", "icon-comment", "/../jwchat", 30)
self.menu.add_item("Photo Gallery", "icon-picture", "/apps/photos", 35)
@cherrypy.expose