bergie/hallo

$ is being used without being defined

mallorydxw opened this issue · 0 comments

As a temporary fix I added "window.$ = jQuery" to my JavaScript.

It appears in the following two places:

src/toolbar/contextual.coffee
91: scrollTop = $('window').scrollTop()

src/toolbar/instant.coffee
91: scrollTop = $('window').scrollTop()