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