Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jQuery 3.5.0 on Splunk. Workaround #1 #1121

Closed
wants to merge 2 commits into from

Conversation

AlexRuiz7
Copy link
Member

@AlexRuiz7 AlexRuiz7 commented Sep 17, 2021

Workaround #1 to add jQuery 3.5.0 to the Wazuh App for Splunk

This workaround uses the index.html method. It first loads jQuery 2.1.0 shipped with Splunk (SimpleXML) and makes it accesible with the variable jQuery_2_1_0. Then, our jQuery version is loaded (3.5.0), accesible as usual with the dollar sign '$'.

As a result, jQuery 3.5.0 takes preference globally on our app, but jQuery 2.1.0 (or whatever version Splunk uses) is also there.

image

asteriscos and others added 2 commits September 17, 2021 12:04
index.html method. Built over the fix for the Quick Settings modal
@AlexRuiz7 AlexRuiz7 self-assigned this Sep 17, 2021
@AlexRuiz7 AlexRuiz7 assigned asteriscos and AlexRuiz7 and unassigned AlexRuiz7 Sep 17, 2021
@frankeros frankeros closed this Sep 17, 2021
@AlexRuiz7 AlexRuiz7 deleted the jQuery-3.5.0-index.html branch January 18, 2022 19:05
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.

3 participants