Use an explicit default host

Thus fixing #339
print-window-tiddler
Jermolene 2014-01-13 09:09:54 +00:00
rodzic b04141fefd
commit 12770ca3e6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,