Rev1523, Real fix file write confirmation
This commit is contained in:
parent
60dd797d1a
commit
fe59618eaf
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ class Config(object):
|
||||||
|
|
||||||
def __init__(self, argv):
|
def __init__(self, argv):
|
||||||
self.version = "0.4.1"
|
self.version = "0.4.1"
|
||||||
self.rev = 1522
|
self.rev = 1523
|
||||||
self.argv = argv
|
self.argv = argv
|
||||||
self.action = None
|
self.action = None
|
||||||
self.config_file = "zeronet.conf"
|
self.config_file = "zeronet.conf"
|
||||||
|
|
|
@ -400,7 +400,7 @@ class UiWebsocket(object):
|
||||||
self.cmd(
|
self.cmd(
|
||||||
"confirm",
|
"confirm",
|
||||||
["This file still in sync, if you write it now, then the previous content may be lost.", "Write content anyway"],
|
["This file still in sync, if you write it now, then the previous content may be lost.", "Write content anyway"],
|
||||||
lambda (res): self.actionFileWrite(self, to, inner_path, content_base64, ignore_bad_files=True)
|
lambda (res): self.actionFileWrite(to, inner_path, content_base64, ignore_bad_files=True)
|
||||||
)
|
)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue