elFinder
elFinder copied to clipboard
Elfinder modifies location.hash
When using elFinder in a page in a URL that has an anchor, for example:
https://example.com/blog/name1#/post/88
It is chaged to something like:
https://example.com/blog/name1#elf_l1_Lw
which remains even after closing the file manager.
Is it possible that elFinder doesn't change location.hash at all? If this change is required, is it possible to return the old state of location.hash?
An alternative to using location.hash could be to use the browser's local storage.