mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Allows zooming in on mobile and tablet devices.
This commit is contained in:
parent
d20a6c2ddc
commit
c99349fc03
7 changed files with 14 additions and 9 deletions
|
|
@ -78,6 +78,8 @@
|
|||
.replace(/>/gi, '>')
|
||||
.replace(/</gi, '<')
|
||||
.replace(/&/gi, '&')
|
||||
.replace(/'/gi, '\'')
|
||||
.replace(/&#\d{2,5};/gi, '')
|
||||
.replace(/&\w{2,6};/gi, '')
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue