Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ui:places] fix Studio-42#1206 allow modify places on load
** example for preset places ** ```javascript elfinderInstance.bind('placesload', function(e, fm) { //if (fm.storage(e.data.storageKey) === null) { // for first //time only if (!fm.storage(e.data.storageKey)) { // for empty places e.data.dirs[targetHash] = fallbackName; // preset folder } } ```
- Loading branch information