From: Kevin Ball Date: Thu, 1 Dec 2016 20:33:39 +0000 (-0800) Subject: Tix fypo X-Git-Tag: v6.3-rc1~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9429%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Tix fypo --- diff --git a/js/foundation.offcanvas.js b/js/foundation.offcanvas.js index 54119a27c..2df61f3bb 100644 --- a/js/foundation.offcanvas.js +++ b/js/foundation.offcanvas.js @@ -200,7 +200,7 @@ class OffCanvas { } if (this.options.trapFocus === true) { - this.$elements.siblings('[data-off-canvas-content]').attr('tabindex', '-1'); + this.$element.siblings('[data-off-canvas-content]').attr('tabindex', '-1'); this._trapFocus(); } }