mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-28 10:18:21 +01:00
minor fix
This commit is contained in:
parent
f89c71e2b3
commit
f4f2e6f124
@ -295,7 +295,7 @@ class Files extends this.OS.GUI.BaseApplication
|
|||||||
when "#{@name}-upload"
|
when "#{@name}-upload"
|
||||||
me = @
|
me = @
|
||||||
@currdir.upload (r) ->
|
@currdir.upload (r) ->
|
||||||
me.error __("Fail to upload to {0}: {1}", d, r.error) if r.error
|
me.error __("Fail to upload to {0}: {1}", me.currdir.path, r.error) if r.error
|
||||||
|
|
||||||
when "#{@name}-share"
|
when "#{@name}-share"
|
||||||
me = @
|
me = @
|
||||||
|
Loading…
Reference in New Issue
Block a user