##// END OF EJS Templates
Reload list after creating a new folder in promises....
Reload list after creating a new folder in promises. No need to reload session (I doubt creating a new folder create a session), and does it once the creation drive promise return which make the new directory appear in the listing for slow remote-backend (like google drive)

File last commit:

r19510:2bb1f2b3
r19983:aa964bbe
Show More
jsdoc_config.json
21 lines | 389 B | application/json | JsonLexer
{
"markdown": {
"parser": "gfm"
},
"plugins": [
"plugins/markdown" ,
"jsdoc_plugin.js"
],
"source": {
"include": [
"../IPython/html/static/notebook/js/notebook.js"
]
},
"tags": {
"allowUnknownTags": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}