Skip to content

Fix $(...).once is not a function error

Ferdinand Aneke requested to merge issue/disqus-3472572:2.0.x into 2.0.x

Replaced instances of $(once(...)) with once() from the Once library to avoid the $(...).once is not a function error.

Merge request reports