Compare commits
No commits in common. "b4fa812f46ad8929cadfedffee37bdb4e8cc43c8" and "2e7ac4472573c1a1cd125e48e5f33617376bac99" have entirely different histories.
b4fa812f46
...
2e7ac44725
3 changed files with 0 additions and 5 deletions
Binary file not shown.
Before Width: | Height: | Size: 29 KiB |
|
@ -48,7 +48,6 @@
|
|||
<img src="./assets/phone/utube.png" class="icon" id="appli-utube">
|
||||
<img src="./assets/phone/gogole.png" class="icon" id="appli-goo">
|
||||
<img src="./assets/phone/lester.jpeg" class="icon" id="appli-lest" style="display:none">
|
||||
<img src="./assets/phone/micasend.png" class="icon" id="appli-micasend">
|
||||
</div>
|
||||
<iframe id="webview" style="overflow: hidden;"></iframe>
|
||||
|
||||
|
|
|
@ -42,10 +42,6 @@ class Phone{
|
|||
document.getElementById("appli-lest").addEventListener("click", (e) => {
|
||||
this.webviewName = "Lester";
|
||||
this.changeWindow("assets/phone/webview/lester.html");
|
||||
});
|
||||
document.getElementById("appli-micasend").addEventListener("click", (e) => {
|
||||
this.webviewName = "Micasend";
|
||||
this.changeWindow("https://micasend.magictintin.fr");
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue