This commit is contained in:
Mickael KERJEAN 2018-05-09 15:12:17 +10:00
commit 831521096e
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
- Emacs keybindings `;)`
- Frequently access folders are pin to the homepage for quick access
- Customise the connection page so that your users don't even have to know what protocol to use and where it is located ([example](http://files.kerjean.me))
- Stateless (perfect candidate for AWS lamdba if that's your thing)
- Stateless (perfect candidate for AWS lambda if that's your thing)
# Install
Nuage is a react app with node in the backend. Installation:

View file

@ -100,7 +100,7 @@ export class ExistingThing extends React.Component {
onDeleteRequest(filename){
prompt.now(
"Confirm by tapping \""+this._confirm_delete_text()+"\"",
"Confirm by typing \""+this._confirm_delete_text()+"\"",
(answer) => { // click on ok
if(answer === this._confirm_delete_text()){
this.setState({icon: 'loading'});