fix stuff
This commit is contained in:
parent
dbab510358
commit
7d83d31746
3 changed files with 6 additions and 2 deletions
|
@ -20,7 +20,7 @@ const emojis = [
|
|||
'No',
|
||||
'Yes'
|
||||
]
|
||||
const origin = (window.location.href.indexOf('localhost') != -1) ? window.location.href : 'https://ub.zenoverse.net/'
|
||||
const origin = (window.location.href.indexOf('localhost') != -1) ? window.location.href : 'https://ub.xuyezo.net/'
|
||||
|
||||
class Game extends GameBasic {
|
||||
constructor() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue