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

Extra tooltip script on user menu should move to admin.css #10300

Closed
deanmarcussen opened this issue Sep 19, 2021 · 0 comments · Fixed by #9371
Closed

Extra tooltip script on user menu should move to admin.css #10300

deanmarcussen opened this issue Sep 19, 2021 · 0 comments · Fixed by #9371
Milestone

Comments

@deanmarcussen
Copy link
Member

Describe the bug

We have an extra script that was added to the UserMenu to provide tooltips.

<script at="Foot">
    $('[data-toggle-tooltip="tooltip"]').tooltip();
</script>

We should move that script to the admin javascript, because it's just an extra script being loaded on every page on the admin, when it could just be part of our normal admin javascript.

/cc @agriffard

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 a pull request may close this issue.

2 participants