sitespeedio / coach-core

Core functionality for the Coach
MIT License
1 stars 5 forks source link

Reference to the window jQuery object is not set after script #61

Closed binary-zero-one closed 3 years ago

binary-zero-one commented 3 years ago

This issue is related to #21 It is specified that window.$ doesn't refer to the object after script, but also missed that window.jQuery itself is undefined too. Image Fix is to include one statement on line 22 after this line: window.jQuery = keepRef;

soulgalore commented 3 years ago

Thank you @binary-zero-one let me push a new release tomorrow.

soulgalore commented 3 years ago

Released the updated version in sitespeed.io 17.8.3