repo: janusweb action: commit revision: path_from: revision_from: fae3d1645f5c2738aed07cea400356b1bd723373: path_to: revision_to:
commit fae3d1645f5c2738aed07cea400356b1bd723373 Author: James BaicoianuDate: Sat May 28 13:24:39 2016 -0700 Use blank homepage by default diff --git a/scripts/janusweb.js b/scripts/janusweb.js
--- a/scripts/janusweb.js
+++ b/scripts/janusweb.js
@@ -6,7 +6,7 @@ elation.require(['janusweb.config', 'engine.things.generic','janusweb.remoteplay
this.postinit = function() {
this.defineProperties({
url: { type: 'string', default: false },
- homepage: { type: 'string', default: "http://www.janusvr.com/index.html" },
+ homepage: { type: 'string', default: "" },
corsproxy: { type: 'string', default: '' },
datapath: { type: 'string', default: '/media/janusweb' }
});
-----END OF PAGE-----