ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF  x x ?? C         ?? C   ?à   " ??     ?? μ  } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú??     ?? μ   w !1AQ aq"2?B‘?±á #3Rebr?{ gilour

File "hide-popup.js"

Full Path: /home/zcziejy/ryadselyen/src/components/hide-popup.js
File size: 394 bytes
MIME-type: text/plain
Charset: utf-8

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);
        }
    })
}