mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 02:01:40 +09:00
Merge branch 'develop' into next
This commit is contained in:
commit
ffe9cda5e0
37 changed files with 2047 additions and 1931 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue