// Add things back to app's scope // Lib const Noty = ConnectUI.lib.Noty; const sortable = ConnectUI.lib.sortable; const idbKeyval = ConnectUI.lib.idbKeyval; // fetch const hallwayPrefix = ConnectUI.api.hallwayPrefix; const fetchJson = ConnectUI.api.fetchJson; const checkStatus = ConnectUI.api.checkStatus; const getErrorMessage = ConnectUI.api.getErrorMessage; // iframe var resize_iframe = ConnectUI.iframe.resize_iframe; const receiveMessage = ConnectUI.iframe.receiveMessage; // noty const showSuccessNoty = ConnectUI.noty.showSuccessNoty; const showErrorNoty = ConnectUI.noty.showErrorNoty; // util const z = ConnectUI.z; const debounce = ConnectUI.debounce;