Update deps

This commit is contained in:
RainLoop Team 2018-10-06 02:13:58 +03:00
parent 87bfa64af0
commit 95eb786a3f
7 changed files with 489 additions and 185 deletions

View file

@ -7,16 +7,13 @@ import {getHash, setHash, clearHash} from 'Storage/RainLoop';
let RL_APP_DATA_STORAGE = null;
/* eslint-disable */
/* eslint-disable camelcase,spaced-comment */
window.__rlah = () => getHash();
window.__rlah_set = () => setHash();
window.__rlah_clear = () => clearHash();
window.__rlah_data = () => RL_APP_DATA_STORAGE;
/* eslint-enable */
const useJsNextBundle = (function() {
/* eslint-disable */
// try {
//
// (function() {
@ -47,10 +44,9 @@ const useJsNextBundle = (function() {
// return true;
// }
// catch (e) {}
return false;
/* eslint-enable */
return false;
}());
/* eslint-enable */
/**
* @param {string} id

View file

@ -736,7 +736,6 @@ export function settingsSaveHelperSubscribeFunction(remote, settingName, type, f
*/
export function findEmailAndLinks(html)
{
// return html;
return Autolinker ? Autolinker.link(html, {
newWindow: true,
stripPrefix: false,