We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e8759 commit a2c677dCopy full SHA for a2c677d
superfish.js
@@ -44,7 +44,7 @@
44
return this.each(function() {
45
var s = this.serial = sf.o.length;
46
var o = $.extend({},sf.defaults,op);
47
- o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels),
+ o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels);
48
var p = o.$path;
49
for (var l = 0; l < p.length; l++){
50
p.eq(l).addClass([o.hoverClass,c.bcClass].join(' ')).filter('li:has(ul)').removeClass(o.pathClass);
0 commit comments