Closed janwalther closed 10 years ago
Hi @rwdaryl . Thanks for your time and effort.
Could you please update the minified js file?
Yes Done. Sorry i forgot to.
Github still says
bootstrap-accessibility.js 9 days ago
bootstrap-accessibility.min.js 24 days ago
Does it need some time till the files get updated?
Nope github pages are quickest. For me its showing your changes
This patch fixes a JS error when the element with the attribute data-toggle="collapse" has a URL href (instead of a jQuery selector) and additionally a data-target attribute with the jQuery selector for the collapsible element. This is useful if you want to offer the opportunity to open the link in a new window (or even when JS is disabled). Example: <a data-toggle="collapse" href="http://www.example.org/" data-target="#collapsibleElement> Collapsible Group Item #1