Merge branch 'develop' into next

This commit is contained in:
Kijin Sung 2020-08-29 23:53:31 +09:00
commit ffe9cda5e0
37 changed files with 2047 additions and 1931 deletions

View file

@ -9,6 +9,11 @@ class HTMLDisplayHandler
const JQUERY_V1 = '1.12.4';
const JQUERY_V2 = '2.2.4';
/**
* Default viewport setting
*/
const DEFAULT_VIEWPORT = 'width=device-width, initial-scale=1.0, user-scalable=yes';
/**
* Reserved scripts
*/