mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Fix strange quoting behaviour (#1225)
This commit is contained in:
parent
aecb0b2500
commit
ca4897038a
3 changed files with 26 additions and 3 deletions
|
|
@ -21,6 +21,9 @@ export const $body = $('body');
|
|||
|
||||
export const $div = $('<div></div>');
|
||||
|
||||
export const $hcont = $('<div></div>');
|
||||
$hcont.attr('area', 'hidden').css({position: 'absolute', left: -5000}).appendTo($body);
|
||||
|
||||
export const startMicrotime = (new window.Date()).getTime();
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue