📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 10:21:33
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
chaty
/
src
/
components
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/chaty/src/components
🔄 Refresh
✏️
Editing: hide-popup.js
Writable
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); } }) }
💾 Save Changes
❌ Cancel