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
I was wondering why it is working on the one test page and not on the other when I noticed that error was coming from line 325, so here is the amendement for jquery 3.1.1. as load() is deprecated (see jquey page)
I was wondering why it is working on the one test page and not on the other when I noticed that error was coming from line 325, so here is the amendement for jquery 3.1.1. as
load()
is deprecated (see jquey page)that
replace with this:
I also replaced variable
ctx
withthat
; I supposectx
meanscontext
but it's too generalized.The text was updated successfully, but these errors were encountered: