Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
malacoscolicine
/
wp-content
/
plugins
/
chaty
/
src
/
components
:
hide-popup.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
const $ = window.jQuery; export default function hidePopup() { $(".close-chaty-popup-btn").on("click", function(e){ e.stopPropagation(); $(".chaty-popup").hide(); if($(this).hasClass("channel-setting-btn")) { $("#chaty-social-channel").trigger("click"); $(window).scrollTop($("#channels-selected-list").offset().top - 120); } }) }