properly reload favorites list

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/4423/head
Robin Appelman 8 years ago
parent 140580f9d8
commit c49def4a10
No known key found for this signature in database
GPG Key ID: CBCA68FBAEBF98C9
  1. 6
      apps/files/js/favoritesfilelist.js

@ -94,6 +94,12 @@ $(document).ready(function() {
}
return OCA.Files.FileList.prototype.reloadCallback.call(this, status, result);
},
_onUrlChanged: function (e) {
if (e && _.isString(e.dir)) {
this.changeDirectory(e.dir, false, true);
}
}
});

Loading…
Cancel
Save