Bug 1019613 - Fix click event ordering in about:apps. r=mfinkle

This commit is contained in:
Wes Johnston 2014-06-10 12:47:27 -07:00
parent 193059b555
commit 2540cb7a79

View File

@ -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() {