Webgrind 1.9.3
Encountering this JavaScript error:
jquery.blockUI.js:206 Uncaught TypeError: Cannot read properties of undefined (reading 'msie')
Code excerpt:
ie6: $.browser.msie && /MSIE 6.0/.test(navigator.userAgent),
Certainly due to the update to jQuery 1.12.4, as $.browser has been removed in jQuery 1.9.
Note there are also other occurrences of $.browser in the codebase: Search for "$.browser".