mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 23:34:50 +00:00
parent
b04141fefd
commit
12770ca3e6
@ -265,7 +265,7 @@ Command.prototype.execute = function() {
|
|||||||
serveType = this.params[3] || "text/html",
|
serveType = this.params[3] || "text/html",
|
||||||
username = this.params[4],
|
username = this.params[4],
|
||||||
password = this.params[5],
|
password = this.params[5],
|
||||||
host = this.params[6];
|
host = this.params[6] || "127.0.0.1";
|
||||||
this.server.set({
|
this.server.set({
|
||||||
rootTiddler: rootTiddler,
|
rootTiddler: rootTiddler,
|
||||||
renderType: renderType,
|
renderType: renderType,
|
||||||
|
Loading…
Reference in New Issue
Block a user