kopia lustrzana https://github.com/miklobit/TiddlyWiki5
rodzic
b04141fefd
commit
12770ca3e6
|
@ -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,
|
||||
|
|
Ładowanie…
Reference in New Issue