summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index e6f6161..2ece06b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1117,7 +1117,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<script>
function loadPackageCache(doneCallback) {
var request = new XMLHttpRequest();
- request.open('GET', 'packages.json', true);
+ request.open('GET', 'packages.json', false);
request.onreadystatechange = function reqCallback() {
if (request.readyState === 4) {
if (request.status === 200) {