bugfix: type in printer select dialog
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
f2809d304c
commit
7b90c32b96
@ -186,7 +186,7 @@ export default {
|
||||
}),
|
||||
currentUrl: {
|
||||
get() {
|
||||
return "http://"+window.location.hostname+(window.location.port !== 80 ? ':'+window.location.port : '')
|
||||
return "http://"+window.location.hostname+(window.location.port !== 80 && window.location.port !== '' ? ':'+window.location.port : '')
|
||||
}
|
||||
},
|
||||
showCorsInfo: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user