1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 11:27:58 +01:00

Fix some itemlist bugs.

This commit is contained in:
Kris Maglione
2008-11-29 07:20:23 +00:00
parent 92dd546b18
commit 9200548683
2 changed files with 10 additions and 5 deletions

View File

@@ -290,6 +290,7 @@ const util = { //{{{
try
{
let xmlhttp = new XMLHttpRequest();
xmlhttp.mozBackgroundRequest = true;
if (callback)
{
xmlhttp.onreadystatechange = function () {