Policy 1707 commit to LF
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / CSS / bootstrap / docs / examples / offcanvas / offcanvas.js
1 $(document).ready(function () {
2   $('[data-toggle="offcanvas"]').click(function () {
3     $('.row-offcanvas').toggleClass('active')
4   });
5 });