mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Issue #1751 -- Remove cocoa and uikit widget support code
This commit is contained in:
parent
a6ae35ba91
commit
3a4e65f1de
165 changed files with 4 additions and 42109 deletions
|
|
@ -1,39 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
document.body.style.position = "fixed"
|
||||
|
||||
setTimeout(boom2, 1);
|
||||
}
|
||||
|
||||
function boom2()
|
||||
{
|
||||
lappy = document.getElementById("lappy");
|
||||
lappy.style.display = "none"
|
||||
|
||||
setTimeout(boom3, 200);
|
||||
}
|
||||
|
||||
function boom3()
|
||||
{
|
||||
dump("Reloading\n");
|
||||
location.reload();
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body bgcolor="black" onload="boom()">
|
||||
|
||||
<span style="overflow: scroll; display: -moz-box;"></span>
|
||||
|
||||
<embed id="lappy" src="" width=550 height=400 TYPE="application/x-shockwave-flash" ></embed>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue