FCDM-website-new/wp-content/themes/genesis/lib/js/menu/superfish.compat.js

13 lines
250 B
JavaScript

/**
* 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( '<span class="sf-sub-indicator"> &raquo;</span>' );
});