We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc6bf2 commit b4f03eeCopy full SHA for b4f03ee
html/classhelper.js
@@ -305,7 +305,7 @@ class ClassHelper extends HTMLElement {
305
}
306
307
let tracker = window.location.pathname.split('/')[1];
308
- let url = new URL(window.location.origin + "/" + tracker);
+ let url = new URL(window.location.origin + "/" + tracker + '/');
309
url.searchParams.append("@template", "translation");
310
url.searchParams.append("properties", Array.from(keys.values()).join(','));
311
0 commit comments