/** * Add back-compat for older uses of Superfish. * * @package Genesis\JS * @author StudioPress * @license GPL-2.0+ */ jQuery(function ($) { 'use strict'; $('a.sf-with-ul').append(' »'); });