Skip to content

Commit 62a6853

Browse files
committed
join querystring with last part
1 parent 91f5cc3 commit 62a6853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/client/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { initClient } from './index';
66
export function fetchClientSettings(clientID, clientBaseUrl, cb) {
77
load({
88
method: "setClient",
9-
url: urljoin(clientBaseUrl, 'client', `${clientID}.js`, `?t${+new Date()}`),
9+
url: urljoin(clientBaseUrl, 'client', `${clientID}.js?t${+new Date()}`),
1010
check: o => o && o.id === clientID,
1111
cb: cb
1212
});

0 commit comments

Comments
 (0)