mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
Update deps
This commit is contained in:
parent
87bfa64af0
commit
95eb786a3f
7 changed files with 489 additions and 185 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue