jsfiddle / togetherjs

A service for your website that makes it surprisingly easy to collaborate in real-time.
https://togetherjs.com
Mozilla Public License 2.0
7.01k stars 849 forks source link

Using Static Copy of Client Causes Conflicts #1166

Closed migregorio closed 2 years ago

migregorio commented 4 years ago

When I build a static copy of the client and include the files on my website, there appear to be conflicts with other libraries on my website (e.g., after I click the togetherjs button to start a session, I encounter the error "uncaught typeerror $(...).selectric is not a function" when I try to make selections in my selectric dropdowns but works fine until after I start the togetherjs session).

I don't encounter any conflicts/errors like that when I reference https://togetherjs.com/togetherjs-min.js instead of the local, static copy. Does anyone know the cause of this?