mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
lol fix
This commit is contained in:
@@ -211,7 +211,7 @@ customElements.define('developer-tooling', class extends HTMLElement {
|
||||
}
|
||||
|
||||
if (this.port) {
|
||||
this.root.querySelector('#server-location').textContent = `location:${this.port}`
|
||||
this.root.querySelector('#server-location').textContent = `localhost:${this.port}`
|
||||
this.root.querySelector('#server-message').classList.remove('hidden')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user