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 "app.js"

Full Path: /home/zcziejy/ryadselyen/src/app.js
File size: 832 bytes
MIME-type: text/x-java
Charset: utf-8

import './utils/extend';
import headerModule from './modules/header';
import preview from './modules/preview';
import colorPicker from './modules/color-picker';
import activeWidgetHandler from './components/active-widget';
import customizeButton from './components/customizer-button';
import hidePopup from './components/hide-popup';
import settingsButton from './components/settings-button';
import widgetSize from './components/widget-size';
import collapse from './components/collapse';
import channels from './modules/channels';
import ruleButtonHandler from './components/rule-button'; 

jQuery(function(){
    headerModule();
    preview();
    colorPicker();
    activeWidgetHandler();
    customizeButton();
    hidePopup();
    settingsButton();
    widgetSize();
    collapse();
    channels();
    ruleButtonHandler();
})