mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-11 09:51:23 +00:00
fix(web(js)): improve encoding of folder paths in XHR calls
Fixes #4989
This commit is contained in:
@@ -209,10 +209,7 @@
|
||||
* @returns the relative URL, properly encoded
|
||||
*/
|
||||
Card.prototype.$path = function() {
|
||||
return [
|
||||
Card.encodeUri(this.pid),
|
||||
Card.encodeUri(this.id)
|
||||
].join('/');
|
||||
return [this.pid, this.id];
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user