mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1019613 - Fix click event ordering in about:apps. r=mfinkle
This commit is contained in:
parent
193059b555
commit
2540cb7a79
@ -58,6 +58,9 @@ function onLoad(aEvent) {
|
||||
navigator.mozApps.mgmt.oninstall = onInstall;
|
||||
navigator.mozApps.mgmt.onuninstall = onUninstall;
|
||||
updateList();
|
||||
|
||||
// XXX - Hack to fix bug 985867 for now
|
||||
document.addEventListener("touchstart", function() { });
|
||||
}
|
||||
|
||||
function updateList() {
|
||||
|
Loading…
Reference in New Issue
Block a user