In uiOptions/js/SlidingPanel.js , the showText and hideText are text only and will not allow for html. We'd like to add a font icon span to this tab, ie. <span class="fl-icon-preferences"></span> , to appear to the left of the text.
Provided a new selector for the label. This allows the toggleButton and it's label to be separate elements. Allowing for more complex markup in the toggle button.
In uiOptions/js/SlidingPanel.js , the showText and hideText are text only and will not allow for html. We'd like to add a font icon span to this tab, ie. <span class="fl-icon-preferences"></span> , to appear to the left of the text.