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 e8fbd77 commit 1018dc7Copy full SHA for 1018dc7
src/vector/index.js
@@ -334,7 +334,8 @@ async function loadApp() {
334
335
const acceptInvalidBrowser = window.localStorage && window.localStorage.getItem('mx_accepts_unsupported_browser');
336
337
- console.log("Vector starting at "+window.location);
+ const urlWithoutQuery = window.location.protocol + '//' + window.location.host + window.location.pathname;
338
+ console.log("Vector starting at " + urlWithoutQuery);
339
if (configError) {
340
window.matrixChat = ReactDOM.render(<div className="error">
341
Unable to load config file: please refresh the page to try again.
0 commit comments