forked from FoundKeyGang/FoundKey
[Client] Use strict
This commit is contained in:
parent
9be8a187a7
commit
2d2d612c60
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ require('./common/tags');
|
||||||
* MISSKEY ENTORY POINT!
|
* MISSKEY ENTORY POINT!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
document.domain = CONFIG.host;
|
document.domain = CONFIG.host;
|
||||||
|
|
||||||
// Set global configration
|
// Set global configration
|
||||||
|
|
Loading…
Reference in a new issue