RichFilemanager icon indicating copy to clipboard operation
RichFilemanager copied to clipboard

Language switcher - if url has params, hash does nothing

Open npirlot opened this issue 6 years ago • 0 comments

https://github.com/servocoder/RichFilemanager/blob/873ad6683bff284e0bb76069ebd923f8deb6a94f/src/js/filemanager.js#L2206

If the manager's URI contains GET params, using the language switcher uses a hash instead of question mark. This causes the manager not to refresh (hash change does not generate page reload), and language is not changed.

Should the hash not be replaced by an ampersand?

npirlot avatar Jan 15 '19 12:01 npirlot