We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f5cc3 commit 62a6853Copy full SHA for 62a6853
1 file changed
src/core/client/settings.js
@@ -6,7 +6,7 @@ import { initClient } from './index';
6
export function fetchClientSettings(clientID, clientBaseUrl, cb) {
7
load({
8
method: "setClient",
9
- url: urljoin(clientBaseUrl, 'client', `${clientID}.js`, `?t${+new Date()}`),
+ url: urljoin(clientBaseUrl, 'client', `${clientID}.js?t${+new Date()}`),
10
check: o => o && o.id === clientID,
11
cb: cb
12
});
0 commit comments