File "modal.js"

Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/plugins/swift-performance/includes/luv-framework/assets/js/modal.js
File size: 213 bytes
MIME-type: text/plain
Charset: utf-8

jQuery(function(){
      jQuery(document).on('click', '[data-luv-close-modal]', function(e){
            e.preventDefault();
            jQuery(this).closest('.luv-modal').addClass('luv-modal-hide');
      });
});