|
|
@ -319,7 +319,7 @@ fileExplorer.prototype.init = function () { |
|
|
|
|
|
|
|
|
|
|
|
fileExplorer.prototype.publishToGist = function () { |
|
|
|
fileExplorer.prototype.publishToGist = function () { |
|
|
|
modalDialogCustom.confirm( |
|
|
|
modalDialogCustom.confirm( |
|
|
|
null, |
|
|
|
'Create a public gist', |
|
|
|
'Are you sure you want to publish all your files anonymously as a public gist on github.com?', |
|
|
|
'Are you sure you want to publish all your files anonymously as a public gist on github.com?', |
|
|
|
() => { this.toGist() } |
|
|
|
() => { this.toGist() } |
|
|
|
) |
|
|
|
) |
|
|
|