| Current Path : /home/ereika83/public_html/wp-content/themes/genesis/lib/js/menu/ |
| Current File : /home/ereika83/public_html/wp-content/themes/genesis/lib/js/menu/superfish.compat.js |
/**
* 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"> »</span>' );
});