mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 23:26:44 -06:00
[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!
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
document.domain = CONFIG.host;
|
||||
|
||||
// Set global configration
|
||||
|
|
Loading…
Reference in a new issue