Skip to content

Bump jquery to 4.0.0#822

Open
simon04 wants to merge 1 commit intomasterfrom
jquery
Open

Bump jquery to 4.0.0#822
simon04 wants to merge 1 commit intomasterfrom
jquery

Conversation

@simon04
Copy link
Collaborator

@simon04 simon04 commented Jan 28, 2026

getQueryLang() {
if (this.data_source && this.data_source.mode == "sql") return "SQL";
const q = $.trim(this.getRawQuery().replace(/{{.*?}}/g, ""));
const q = String(this.getRawQuery().replace(/{{.*?}}/g, "")).trim();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const q = String(this.getRawQuery().replace(/{{.*?}}/g, "")).trim();
const q = this.getRawQuery().replace(/{{.*?}}/g, "").trim();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants