Skip to content

creates script error while cdn is not used #51

Description

@thehelloworld007

$.get( ./languages/${file}.klc).done((data) => {
handleSuccess(data);
}).fail(() => {
// No local languages, try the CDN.
$.get(${CDN_LANGUAGES_DIRECTORY}/${file}.klc, (data) => {
handleSuccess(data);
});
});
while being used in sub urls it creates script error, suppose the ./languages is creating the issue.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions