This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Commit d7ab411
authored
Fix for breaking change in jQuery 3
the .load method has been removed from jquery 3, in favor of using `obj.on("load", function())`1 parent a6a8fff commit d7ab411
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
0 commit comments