You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2020. It is now read-only.
jquery should be updated (I recommend moving to 2.x since old browser support is not an issue in Firefox anyway.)
also, there should be a way to specify your own jquery.
an easy solution would be to allow to place a file ~/.js/jquery.js or lets put it more generic ~/.js/framework.js.
of course this raises the question why not just put it into ~/.js/default.js
but I see 2 good reasons:
seperate framework from user code
just putting my own jquery in default.js would mean double jquery inclusion in dotjs alone
also, it might be a good idea to check with the chrome plugin how they handle this to keep the behavior consistent