bugfix: type in printer select dialog

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej 2021-01-19 23:54:50 +01:00
parent f2809d304c
commit 7b90c32b96

View File

@ -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: {