Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Formatting sub-arrows

Home Forums Older releases 1.0.x Formatting sub-arrows Reply To: Formatting sub-arrows

#3126
jorge
Participant

i found in the iquery.smartmenu.js on
line 143

if (this.opts.subIndicators) {
   this.$subArrow = $('<span/>').addClass('sub-arrow');

when i /* comment this line the points are gone but the menue not work anymore
so i doesn`t whats happend about this points …
i works also with bootstrap…
Have anybody any idea?