1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 23:40:45 +00:00

Use an explicit default host

Thus fixing #339
This commit is contained in:
Jermolene 2014-01-13 09:09:54 +00:00
parent b04141fefd
commit 12770ca3e6

View File

@ -265,7 +265,7 @@ Command.prototype.execute = function() {
serveType = this.params[3] || "text/html",
username = this.params[4],
password = this.params[5],
host = this.params[6];
host = this.params[6] || "127.0.0.1";
this.server.set({
rootTiddler: rootTiddler,
renderType: renderType,