Bug 737307 - Part 1: Fix scriptaculous test.

This commit is contained in:
Justin Lebar 2012-03-21 09:53:40 -04:00
Родитель 178927e0ba
Коммит cccf33684d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@ function runAJAXTest() {
var test = AJAXtests.shift();
var testframe = document.getElementById("testframe");
testframe.src = test;
setTimeout(function() { testframe.src = test; }, 0);
}
function onManifestLoad(manifest) {