File "off-canvas.js"

Full Path: /home/krishnamexports/public_html/panel/popup/off-canvas.js
File size: 192 bytes
MIME-type: text/plain; charset=us-ascii
Charset: utf-8

(function($) {
  'use strict';
  $(function() {
    $('[data-toggle="offcanvas"]').on("click", function() {
      $('.sidebar-offcanvas').toggleClass('active')
    });
  });
})(jQuery);