mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-18 15:26:19 +08:00
Fix edit session protocol
This commit is contained in:
parent
a7471f3753
commit
ccd6b36dc5
@ -5,6 +5,8 @@ language: node_js
|
||||
node:
|
||||
- 12
|
||||
|
||||
if: branch = master
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- name: "macOS"
|
||||
|
@ -12,8 +12,7 @@ const EditSession = {
|
||||
key: 'edit_session',
|
||||
host: EditSession.ip,
|
||||
port: 9000,
|
||||
path: '/sessions',
|
||||
secure: true
|
||||
path: '/sessions'
|
||||
});
|
||||
EditSession.username = $('#edit_session_username').val() || EditSession.placeholder_names.random();
|
||||
settings.username.value = EditSession.username;
|
||||
|
Loading…
Reference in New Issue
Block a user