On allura, sftheme, and sfpy js/4114. To test, click around the site and make sure everything works (particularly js heavy pages) without any errors in the js console. JS using ".attr" or ".data" may be the most likely places for errors since those are handled a little differently in the updated version, though I only identified one area in allura that was actually breaking because of that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
On allura, sftheme, and sfpy js/4114. To test, click around the site and make sure everything works (particularly js heavy pages) without any errors in the js console. JS using ".attr" or ".data" may be the most likely places for errors since those are handled a little differently in the updated version, though I only identified one area in allura that was actually breaking because of that.
Couldn't find any issues with this. Tried to do a fairly exhaustive inspection of the areas using .attr() and .data(). Merged