well done
This commit is contained in:
parent
7203c176e8
commit
9820a691c1
12 changed files with 58 additions and 8 deletions
|
|
@ -17,11 +17,13 @@ require('./common/tags');
|
|||
|
||||
"use strict";
|
||||
|
||||
const CONFIG = require('./common/scripts/config');
|
||||
|
||||
document.domain = CONFIG.host;
|
||||
|
||||
// Set global configration
|
||||
riot.mixin({
|
||||
CONFIG: CONFIG
|
||||
CONFIG
|
||||
});
|
||||
|
||||
// ↓ iOS待ちPolyfill (SEE: http://caniuse.com/#feat=fetch)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue