jmbeach/trident

Don't inject jQuery

Closed this issue · 1 comments

Instead of injecting jQuery into the app, should use document.querySelectorAll. Using jQuery on a page that doesn't already use it could cause unintended side-effects.

This was removed