add missing protocol (to ensure http - or more likely - https://)
This commit is contained in:
parent
c17ac32c86
commit
1e36a8a393
|
@ -68,12 +68,12 @@
|
|||
mixins: [windowMixin],
|
||||
data: function () {
|
||||
return {
|
||||
theurl: location.host,
|
||||
theurl: location.protocol + '//' + location.host,
|
||||
printDialog: {
|
||||
show: true,
|
||||
data: null
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue
Block a user