Allows zooming in on mobile and tablet devices.

This commit is contained in:
RainLoop Team 2014-02-20 15:51:33 +04:00
parent d20a6c2ddc
commit c99349fc03
7 changed files with 14 additions and 9 deletions

View file

@ -78,6 +78,8 @@
.replace(/>/gi, '>')
.replace(/&lt;/gi, '<')
.replace(/&amp;/gi, '&')
.replace(/&#39;/gi, '\'')
.replace(/&#\d{2,5};/gi, '')
.replace(/&\w{2,6};/gi, '')
;