Fix canvas ID in web MCDU
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
ef7512b4bf
commit
51b63896d9
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
const MCDU = (function () {
|
||||
const screenImageBaseUrl = '/screenshot?canvasindex=13&type=jpg';
|
||||
const screenImageBaseUrl = '/screenshot?canvasindex=15&type=jpg';
|
||||
const refreshInterval = 2000;
|
||||
|
||||
const body = document.body;
|
||||
|
@ -182,4 +182,4 @@ const MCDU = (function () {
|
|||
event.preventDefault();
|
||||
event.target.click();
|
||||
}
|
||||
})();
|
||||
})();
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
const MCDU = (function () {
|
||||
const screenImageBaseUrl = '/screenshot?canvasindex=13&type=jpg';
|
||||
const screenImageBaseUrl = '/screenshot?canvasindex=15&type=jpg';
|
||||
const refreshInterval = 2000;
|
||||
|
||||
const body = document.body;
|
||||
|
@ -163,4 +163,4 @@ const MCDU = (function () {
|
|||
event.preventDefault();
|
||||
event.target.click();
|
||||
}
|
||||
})();
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue