Closed daewon closed 11 years ago
i'm using refheap's source to my tumblr. than i account error
'Uncaught ReferenceError: jQuery is not defined'
because tumblr use jQuery as variable names '$'
i think, fix the source "pastes.js"'s last line
(window, jQuery) ==> (window, jQuery || $)
This should be fixed now. I added a real embedding mechanism similar to what gist uses. Please use it instead.
i'm using refheap's source to my tumblr. than i account error
'Uncaught ReferenceError: jQuery is not defined'
because tumblr use jQuery as variable names '$'
i think, fix the source "pastes.js"'s last line
(window, jQuery) ==> (window, jQuery || $)