$('.circliful').once(function () {

should be

$('.circliful', context).once(function () {

according to https://www.drupal.org/docs/7/api/javascript-api

The end result will be the same, as once is already used, but it could save a bit of JS execution time.

CommentFileSizeAuthor
#2 2992747-circliful-js-context-1.patch448 bytesaron novak

Comments

Aron Novak created an issue. See original summary.

aron novak’s picture

StatusFileSize
new448 bytes