repo: janusweb action: commit revision: path_from: revision_from: ef6a70ac4c4f852b2ace10030ee784805b892a74: path_to: revision_to:
commit ef6a70ac4c4f852b2ace10030ee784805b892a74 Author: James BaicoianuDate: Wed May 9 12:38:47 2018 -0700 Moved several includes into apps section diff --git a/media/assets/webui/default.json b/media/assets/webui/default.json
--- a/media/assets/webui/default.json
+++ b/media/assets/webui/default.json
@@ -1,17 +1,17 @@
{
+ "apps": {
+ "navigation": "./apps/navigation/navigation.json",
+ "chat": "./apps/chat/chat.json",
+ "settings": "./apps/settings/settings.json",
+ "inventory": "./apps/inventory/inventory.json"
+ },
"includes": [
- "./apps/popular/popular.json",
"./apps/partymode/partymode.json",
"./apps/bookmarks/bookmarks.json",
- "./apps/navigation/navigation.json",
- "./apps/appdrawer/appdrawer.json",
"./apps/virtualgamepad/virtualgamepad.json",
"./apps/buttons/buttons.json",
- "./apps/chat/chat.json",
- "./apps/inventory/inventory.json",
"./apps/avatar/avatar.json",
- "./apps/notifications/notifications.json",
- "./apps/settings/settings.json"
+ "./apps/notifications/notifications.json"
],
"templates": {
"janusweb.ui": "./default.html"
-----END OF PAGE-----